update the date from 8th to 9th March (which is the women's strike day)

This commit is contained in:
siusoon 2021-01-25 16:32:49 +01:00
parent a51cb57be6
commit cfda0b5ad4

2
api.py
View File

@ -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)