v1.1.21: 6 fixes — _finish_op args, connection leak, pool init, XSS, secure cookie, let
This commit is contained in:
+1
-1
@@ -36,10 +36,10 @@ def _ensure_schema():
|
||||
global _initialized
|
||||
if _initialized:
|
||||
return
|
||||
_initialized = True
|
||||
try:
|
||||
from db.init_db import init_db
|
||||
init_db()
|
||||
_initialized = True
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user