fgg
This commit is contained in:
parent
09a57dad7c
commit
61fb596548
4 changed files with 14 additions and 16 deletions
|
@ -131,7 +131,4 @@ def after_request(response):
|
|||
return response
|
||||
|
||||
|
||||
from files.routes import *
|
||||
|
||||
|
||||
shadowbanned = [x[0] for x in g.db.query(User.id).options(lazyload('*')).filter(User.shadowbanned != None).all()]
|
||||
from files.routes import *
|
Loading…
Add table
Add a link
Reference in a new issue