Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def responsenew(data):
|
|
| 18 |
"action": "payment",
|
| 19 |
"function": "nothing"
|
| 20 |
}
|
| 21 |
-
elif "
|
| 22 |
respo = {
|
| 23 |
"message": response.last,
|
| 24 |
"action": "show_friends",
|
|
|
|
| 18 |
"action": "payment",
|
| 19 |
"function": "nothing"
|
| 20 |
}
|
| 21 |
+
elif "friends" in response.last:
|
| 22 |
respo = {
|
| 23 |
"message": response.last,
|
| 24 |
"action": "show_friends",
|