txlyre 1 年之前
父節點
當前提交
23a4596c91
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      openkriemy.py

+ 0 - 7
openkriemy.py

@@ -135,13 +135,6 @@ async def notify_birthdays():
       except:
         pass
 
-async def schedule(task, when):
-  await sleep(
-    ((when - datetime.now()) % timedelta(days=1)).total_seconds()
-  )
-
-  await task
-
 async def notify_birthdays_loop():
   interval = datetime.combine(date.today(), time(hour=0, minute=0))