feat(postSelApt): removed line

This commit is contained in:
darkicewolf50 2024-11-30 15:38:20 -07:00
parent 76632341e5
commit 3a53014d57
2 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ def SelectAppointment (appointmentJson):
return {"Success": False, "validEmail": "false"} return {"Success": False, "validEmail": "false"}
if __name__ == "__main__": if __name__ == "__main__":
print(SelectAppointment("10:00 AM")) print(SelectAppointment("10:00 AM"))