BroBro87 commited on
Commit
55bdbe4
·
verified ·
1 Parent(s): 940e49e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(entity_id=entity_id)
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