From 71e27a6f497c659a328f63df76440f68fcc9aca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 26 Jul 2023 12:58:28 +0300
Subject: [PATCH 1/1] Added Octopus and Owl avatars; bumped version to 6.2
IssueID #9
50_bubble.py | 2 +-
settings.py | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/50_bubble.py b/50_bubble.py
index 3695d73..2ee9229 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -17,7 +17,7 @@ from utils import *
from worker import *
-version = '6.1'
+version = '6.2'
class Bubble:
diff --git a/settings.py b/settings.py
index 47f745a..ddf8b51 100644
--- a/settings.py
+++ b/settings.py
@@ -42,16 +42,18 @@ def make_settings_page(session):
('🐵', 'monkey face'),
('🐷', 'pig face'),
('🐻', 'bear face'),
('🐦', 'bird'),
('🐧', 'penguin'),
('🐝', 'bee'),
('🐦', 'bird'),
('🦋', 'butterfly'),
('🦀', 'crab'),
('🐉', 'dragon'),
('🐐', 'goat'),
('🦥', 'sloth'),
('🦎', 'lizard'),
('🐙', 'octopus'),
('🦉', 'owl'),
('🐧', 'penguin'),
('🦂', 'scorpion'),
('🐉', 'dragon'),
('🦥', 'sloth'),
'Nature',
('🍀', 'four leaf clover'),
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).