Araeynn commited on
Commit
35036de
·
1 Parent(s): d7227ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  client.run(token)
259
+ asyncio.run(start())