mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add commands for deadlines
This commit is contained in:
parent
693fab7833
commit
fccf4efa1f
10 changed files with 183 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ from os import path
|
|||
|
||||
|
||||
def check_all():
|
||||
files = ["hangman", "lastTasks", "locked", "lost", "stats", "ufora_notifications"]
|
||||
files = ["deadlines", "hangman", "lastTasks", "locked", "lost", "stats", "ufora_notifications"]
|
||||
|
||||
for f in files:
|
||||
if not path.isfile(path.join(f"files/{f}.json")):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue