Spaces:
Configuration error
Configuration error
Mbonea-Mjema
commited on
Commit
·
fea1da5
1
Parent(s):
7fe6a9f
ok
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -38,7 +38,7 @@ async def handle_get_request(req: web.Request) -> web.Response:
|
|
38 |
|
39 |
|
40 |
async def main():
|
41 |
-
port = int(os.environ.get("PORT", "
|
42 |
await client.start(bot_token="384248541:AAFRkVeRyCUvlO_JuIzsE5qbWGt7-Mi7WKk")
|
43 |
server = web.Application()
|
44 |
server.add_routes(routes)
|
|
|
38 |
|
39 |
|
40 |
async def main():
|
41 |
+
port = int(os.environ.get("PORT", "7860"))
|
42 |
await client.start(bot_token="384248541:AAFRkVeRyCUvlO_JuIzsE5qbWGt7-Mi7WKk")
|
43 |
server = web.Application()
|
44 |
server.add_routes(routes)
|