From cfda0b5ad40aca6f73cc9181bb437789ae085816 Mon Sep 17 00:00:00 2001 From: siusoon Date: Mon, 25 Jan 2021 16:32:49 +0100 Subject: [PATCH] update the date from 8th to 9th March (which is the women's strike day) --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 23a010b..99d5182 100644 --- a/api.py +++ b/api.py @@ -208,7 +208,7 @@ def api_args(): # Check the date moment = datetime.datetime.now(tz) - if (moment.month==3 and moment.day==8) or (moment.month==5 and moment.day==1) or (moment.month==7 and moment.day==20): + if (moment.month==3 and moment.day==9) or (moment.month==5 and moment.day==1) or (moment.month==7 and moment.day==20): refusal_code = 402 refusal_message = build_error_three() add_error_db(timestamp,org,seedText,request_type,refusal_code,refusal_message)