Mbonea commited on
Commit
e8a7f90
2 Parent(s): 27277a3 8b0f8fe

Merge branch 'main' of https://huggingface.co/spaces/Yakova/Rectifier

Browse files
Files changed (1) hide show
  1. App/app.py +1 -1
App/app.py CHANGED
@@ -17,7 +17,7 @@ async def startup_event():
17
  finally:
18
  if not database.is_connected:
19
  await database.connect()
20
- await database.execute("PRAGMA journal_mode=WAL;")
21
 
22
  await bot.start()
23
  # if SERVER_STATE.MASTER:
 
17
  finally:
18
  if not database.is_connected:
19
  await database.connect()
20
+ await database.execute("pragma journal_mode=wal;")
21
 
22
  await bot.start()
23
  # if SERVER_STATE.MASTER: