This commit is contained in:
Egor Guslyancev 2023-12-10 15:41:59 -03:00
parent f898413b1f
commit f7bcf6c2f5
GPG Key ID: D7E709AA465A55F9
1 changed files with 4 additions and 1 deletions

5
bot.py
View File

@ -1216,10 +1216,13 @@ for i in threads:
i.daemon = True
i.start()
print(version, cur_version)
print(version, cur_version, version != cur_version)
if version != cur_version:
print(version, cur_version, version != cur_version)
for i in db.keys():
print(version, cur_version, version != cur_version)
try:
print("Notify", i)
update_notify(int(i))
print("Notified", i)
except ValueError: