Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ async def downdb():
|
|
49 |
|
50 |
loop = asyncio.new_event_loop()
|
51 |
asyncio.set_event_loop(loop)
|
52 |
-
|
53 |
rp = loop.run_until_complete(downdb())
|
54 |
loop.close() # Close the loop when done
|
55 |
print('done')
|
|
|
49 |
|
50 |
loop = asyncio.new_event_loop()
|
51 |
asyncio.set_event_loop(loop)
|
52 |
+
|
53 |
rp = loop.run_until_complete(downdb())
|
54 |
loop.close() # Close the loop when done
|
55 |
print('done')
|