Minor fixes

This commit is contained in:
Salvatore Ingala
2019-10-22 18:59:27 +08:00
parent b39f7ef55b
commit 9b1af92fc3
3 changed files with 3 additions and 5 deletions

View File

@@ -38,7 +38,6 @@ def add_appointment():
if type(appointment) == Appointment:
appointment_added, signature = watcher.add_appointment(appointment)
# ToDo: #13-create-server-side-signature-receipt
if appointment_added:
rcode = HTTP_OK
response = {