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

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
+ asyncio.run(start())
259
  client.run(token)