Spaces:
sahanind
/
No application file

sahanind commited on
Commit
3ae0fbb
·
verified ·
1 Parent(s): be73ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ async def downdb():
49
 
50
  loop = asyncio.new_event_loop()
51
  asyncio.set_event_loop(loop)
52
- db.session.remove()
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')