Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ class CalendarService:
|
|
122 |
'success': False,
|
123 |
'error': 'No active connection request found'
|
124 |
}
|
125 |
-
entity_id = self.toolset.get_entity(
|
126 |
connection = entity_id.get_connection()
|
127 |
status = connection.connectionStatus
|
128 |
#status = self.connection_request.connectionStatus
|
|
|
122 |
'success': False,
|
123 |
'error': 'No active connection request found'
|
124 |
}
|
125 |
+
entity_id = self.toolset.get_entity(id=entity_id)
|
126 |
connection = entity_id.get_connection()
|
127 |
status = connection.connectionStatus
|
128 |
#status = self.connection_request.connectionStatus
|