diff --git a/__pycache__/postSelectAppointment.cpython-313.pyc b/__pycache__/postSelectAppointment.cpython-313.pyc index 371fd80..e444b41 100644 Binary files a/__pycache__/postSelectAppointment.cpython-313.pyc and b/__pycache__/postSelectAppointment.cpython-313.pyc differ diff --git a/postSelectAppointment.py b/postSelectAppointment.py index 475c07f..f48b30b 100644 --- a/postSelectAppointment.py +++ b/postSelectAppointment.py @@ -41,4 +41,4 @@ def SelectAppointment (appointmentJson): return {"Success": False, "validEmail": "false"} if __name__ == "__main__": - print(SelectAppointment("10:00 AM")) \ No newline at end of file + print(SelectAppointment("10:00 AM"))