Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -255,5 +255,5 @@ async def start():
|
|
255 |
token = os.environ["TOKEN"]
|
256 |
if token == "":
|
257 |
raise Exception("Please add your token to the Secrets pane.")
|
258 |
-
asyncio.run(start)
|
259 |
client.run(token)
|
|
|
255 |
token = os.environ["TOKEN"]
|
256 |
if token == "":
|
257 |
raise Exception("Please add your token to the Secrets pane.")
|
258 |
+
asyncio.run(start())
|
259 |
client.run(token)
|