소스 검색

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:
         except:
           pass
           pass
 
 
-    await sleep(60 * 60 * 24) # 24 hours.
+    await sleep(60 * 60) # 1 hour.
 
 
 with bot:
 with bot:
   bot.loop.run_until_complete(init_db())
   bot.loop.run_until_complete(init_db())