Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ from fastapi import FastAPI, Request, Response
|
|
9 |
ptb = (
|
10 |
Application.builder()
|
11 |
.updater(None)
|
12 |
-
.token('
|
13 |
.read_timeout(7)
|
14 |
.get_updates_read_timeout(42)
|
15 |
.build()
|
|
|
9 |
ptb = (
|
10 |
Application.builder()
|
11 |
.updater(None)
|
12 |
+
.token('7163529766:AAGGGlSjVqtcm_b0vJJu7sU9Y7VzSzeYNZg') # replace <your-bot-token>
|
13 |
.read_timeout(7)
|
14 |
.get_updates_read_timeout(42)
|
15 |
.build()
|