Mbonea commited on
Commit
54d6b11
1 Parent(s): beaad04
Files changed (3) hide show
  1. 6183919505.session +0 -0
  2. 6183919505.session-journal +0 -0
  3. App/app.py +1 -0
6183919505.session CHANGED
Binary files a/6183919505.session and b/6183919505.session differ
 
6183919505.session-journal DELETED
Binary file (4.62 kB)
 
App/app.py CHANGED
@@ -43,6 +43,7 @@ async def startup_event():
43
 
44
  @app.on_event("shutdown")
45
  async def shutdown_event():
 
46
  await bot.disconnect()
47
 
48
  # await upload_bot.stop()
 
43
 
44
  @app.on_event("shutdown")
45
  async def shutdown_event():
46
+ await bot.session.save()
47
  await bot.disconnect()
48
 
49
  # await upload_bot.stop()