From 529c865f42504e021c157f6d4358dfb691c19341 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 12 Jul 2023 07:51:48 +0300
Subject: [PATCH 1/1] Added Scorpion avatar
IssueID #9
50_bubble.py | 2 +-
settings.py | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/50_bubble.py b/50_bubble.py
index eb1a824..ce1ce16 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -17,7 +17,7 @@ from utils import *
from worker import *
-version = '5.3'
+version = '5.4'
class Bubble:
diff --git a/settings.py b/settings.py
index 8b7a44f..802239a 100644
--- a/settings.py
+++ b/settings.py
@@ -50,6 +50,7 @@ def make_settings_page(session):
('🐐', 'goat'),
('🦥', 'sloth'),
('🦎', 'lizard'),
('🦂', 'scorpion'),
('🐉', 'dragon'),
'Nature',
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).