Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ class CalendarWrappedAPI:
|
|
48 |
|
49 |
# Check final status after waiting
|
50 |
final_status = connection_request.connectionStatus # You would typically check the actual status here
|
51 |
-
self.connections[entity_id]['status'] = '
|
52 |
|
53 |
return {
|
54 |
'status': final_status,
|
|
|
48 |
|
49 |
# Check final status after waiting
|
50 |
final_status = connection_request.connectionStatus # You would typically check the actual status here
|
51 |
+
self.connections[entity_id]['status'] = 'active'
|
52 |
|
53 |
return {
|
54 |
'status': final_status,
|