BroBro87 commited on
Commit
09cb894
·
verified ·
1 Parent(s): baa737d

Update app.py

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