CosmoAI commited on
Commit
274ef8f
·
1 Parent(s): 39a156b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def responsenew(data):
69
  "action": "shared_reminders",
70
  "function": "nothing"
71
  }
72
- elif "muroutines" in intent.last:
73
  respo = {
74
  "message": "Here's the list of your shared reminders: ",
75
  "action": "myroutines",
 
69
  "action": "shared_reminders",
70
  "function": "nothing"
71
  }
72
+ elif "myroutines" in intent.last:
73
  respo = {
74
  "message": "Here's the list of your shared reminders: ",
75
  "action": "myroutines",