added a site and some refratoring

This commit is contained in:
t.me/xtekky
2023-04-30 12:42:21 +01:00
parent d1ac26833a
commit e02094de5b
8 changed files with 88 additions and 42 deletions

View File

@@ -11,7 +11,6 @@ import pickle
conversations_file = "conversations.pkl"
def load_conversations():
try:
with open(conversations_file, "rb") as f: