forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-24 05:08:07 +02:00
parent ce44366947
commit 91e8b1c0c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from .get import *
from .alerts import *
from files.helpers.const import *
from flask import db_session
def get_logged_in_user():
if not (hasattr(g, 'db') and g.db): g.db = db_session()