txlyre 1 an în urmă
părinte
comite
8eda308470
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      openkriemy.py

+ 1 - 1
openkriemy.py

@@ -136,7 +136,7 @@ async def notify_birthdays():
         except:
           pass
 
-    await sleep(60 * 60 * 24) # 24 hours.
+    await sleep(60 * 60) # 1 hour.
 
 with bot:
   bot.loop.run_until_complete(init_db())