dfsfsd
This commit is contained in:
parent
0cbe982fd8
commit
09a57dad7c
3 changed files with 8 additions and 10 deletions
|
@ -132,3 +132,6 @@ def after_request(response):
|
|||
|
||||
|
||||
from files.routes import *
|
||||
|
||||
|
||||
shadowbanned = [x[0] for x in g.db.query(User.id).options(lazyload('*')).filter(User.shadowbanned != None).all()]
|
Loading…
Add table
Add a link
Reference in a new issue