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)