parent
63ee210fdd
commit
c4fdc96be9
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ from utils import *
|
|||
from worker import *
|
||||
|
||||
|
||||
__version__ = '6.7'
|
||||
__version__ = '6.8'
|
||||
|
||||
|
||||
class Bubble:
|
||||
|
|
|
@ -96,6 +96,7 @@ def make_settings_page(session):
|
|||
('🍎', 'red apple'),
|
||||
('🍭', 'lollipop'),
|
||||
('🧇', 'waffle'),
|
||||
('🍩', 'doughnut'),
|
||||
|
||||
'Hobbies',
|
||||
('🎵', 'musical note'),
|
||||
|
|
Loading…
Reference in a new issue