浏览代码

small fix?

txlyre 1 年之前
父节点
当前提交
8eda308470
共有 1 个文件被更改,包括 1 次插入1 次删除
  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())