Skip to content
Snippets Groups Projects
Commit 44355836 authored by qadadri's avatar qadadri
Browse files

Update Week Clear

parent d88de710
Branches
1 merge request!1Ui chatbot
......@@ -18,7 +18,7 @@ def check_week_clear():
global hist
now = datetime.datetime.now()
print("Checking ...")
if now.weekday() == 1:
if now.weekday() == 0:
ordo = Ordonnanceur()
hist = []
lock_hist = []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment