sfd
This commit is contained in:
parent
397f4add35
commit
a3f8b9f4e5
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
from .get import *
|
||||
from .alerts import *
|
||||
from files.helpers.const import *
|
||||
from flask import db_session
|
||||
from files.__main__ import db_session
|
||||
|
||||
def get_logged_in_user():
|
||||
if not (hasattr(g, 'db') and g.db): g.db = db_session()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue