diff --git a/extract_tickets.py b/extract_tickets.py index d33a386..fdf4a6a 100644 --- a/extract_tickets.py +++ b/extract_tickets.py @@ -7,7 +7,7 @@ import base64 def extract_tickets(): from_date = str(input('From date [YYYY-MM-DD]: ') or "") - to_date = str(input('To date YYYY-MM-DD]: ') or "") + to_date = str(input('To date [YYYY-MM-DD]: ') or "") url = base_url + "api/Account/Authenticate/" payload = json.dumps({ "tenancyName": api_tenancy_name,