Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ event = Event()
|
|
14 |
|
15 |
DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
|
16 |
|
17 |
-
|
18 |
async def wait(job):
|
19 |
while not job.done():
|
20 |
await asyncio.sleep(0.2)
|
|
|
14 |
|
15 |
DISCORD_TOKEN = os.getenv("DISCORD_TOKEN")
|
16 |
|
17 |
+
|
18 |
async def wait(job):
|
19 |
while not job.done():
|
20 |
await asyncio.sleep(0.2)
|