mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-23 17:14:21 +01:00
Updates cli and api accordingly
This commit is contained in:
committed by
Sergi Delgado Segura
parent
d34b94a858
commit
b4d058fc62
@@ -35,7 +35,7 @@ def manage_request(conn, remote_addr, remote_port, inspector, watcher, debug, lo
|
||||
command, arg = msg
|
||||
|
||||
if command == "add_appointment":
|
||||
appointment = inspector.inspect(msg, debug)
|
||||
appointment = inspector.inspect(arg, debug)
|
||||
if appointment:
|
||||
appointment_added = watcher.add_appointment(appointment, debug, logging)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user