update the date from 8th to 9th March (which is the women's strike day)
This commit is contained in:
parent
a51cb57be6
commit
cfda0b5ad4
2
api.py
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user