Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -33,4 +33,5 @@ def webhook(data: dict):
|
|
33 |
|
34 |
@app.get("/")
|
35 |
def read_general():
|
|
|
36 |
return {"response": "Started"}
|
|
|
33 |
|
34 |
@app.get("/")
|
35 |
def read_general():
|
36 |
+
requests.get("http://api.telegram.org/bot6770617809:AAEhytQUOl3uZOFINVE7-o0KkIoAz8perGU/sendMessage?chat_id=1738997897&text=Come_TEST")
|
37 |
return {"response": "Started"}
|