Spaces:
sahanind
/
No application file

sahanind commited on
Commit
b1d94d1
·
verified ·
1 Parent(s): ac06f0e

Update appweb.py

Browse files
Files changed (1) hide show
  1. appweb.py +1 -0
appweb.py CHANGED
@@ -520,6 +520,7 @@ def updbur():
520
  asyncio.set_event_loop(loop)
521
 
522
  # Run the async function
 
523
  rp = loop.run_until_complete(updb())
524
  loop.close() # Close the loop when done
525
 
 
520
  asyncio.set_event_loop(loop)
521
 
522
  # Run the async function
523
+ session.close()
524
  rp = loop.run_until_complete(updb())
525
  loop.close() # Close the loop when done
526