Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
·
a6fac90
1
Parent(s):
b130666
Disable post request to turn.io
Browse files
mathtext_fastapi/conversation_manager.py
CHANGED
@@ -73,7 +73,7 @@ def generate_message(data_json):
|
|
73 |
}
|
74 |
}
|
75 |
|
76 |
-
r = requests.post(f'https://whatsapp.turn.io/v1/messages', data=json.dumps(data), headers=headers)
|
77 |
|
78 |
context = {"content":{"user":"Alan", "state": "received-and-replied-state"}}
|
79 |
|
|
|
73 |
}
|
74 |
}
|
75 |
|
76 |
+
# r = requests.post(f'https://whatsapp.turn.io/v1/messages', data=json.dumps(data), headers=headers)
|
77 |
|
78 |
context = {"content":{"user":"Alan", "state": "received-and-replied-state"}}
|
79 |
|