mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Addaps api and daemon to use userDB
This commit is contained in:
@@ -213,7 +213,7 @@ class API:
|
||||
response = {
|
||||
"locator": appointment.locator,
|
||||
"signature": signature,
|
||||
"available_slots": self.gatekeeper.registered_users[user_pk],
|
||||
"available_slots": self.gatekeeper.registered_users[user_pk].get("available_slots"),
|
||||
}
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user