Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -205,4 +205,4 @@ def mark_seen(recipient_id):
|
|
205 |
print(f"Mark seen response: {response.status_code}, {response.text}")
|
206 |
|
207 |
if __name__ == '__main__':
|
208 |
-
app.run(host="0.0.0.0", port=7860, debug=True)
|
|
|
205 |
print(f"Mark seen response: {response.status_code}, {response.text}")
|
206 |
|
207 |
if __name__ == '__main__':
|
208 |
+
app.run(host="0.0.0.0", port=7860, debug=True)
|