This commit is contained in:
Egor Guslyancev 2023-12-10 15:43:35 -03:00
parent f7bcf6c2f5
commit 5bfca501d0
GPG Key ID: D7E709AA465A55F9
1 changed files with 2 additions and 2 deletions

4
bot.py
View File

@ -1218,9 +1218,9 @@ for i in threads:
print(version, cur_version, version != cur_version)
if version != cur_version:
print(version, cur_version, version != cur_version)
print(db.keys())
for i in db.keys():
print(version, cur_version, version != cur_version)
print(i)
try:
print("Notify", i)
update_notify(int(i))