Browse Source

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

master
siusoon 3 years ago
parent
commit
cfda0b5ad4
  1. 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…
Cancel
Save