This commit is contained in:
Aevann1 2021-10-05 21:15:48 +02:00
parent 09a57dad7c
commit 61fb596548
4 changed files with 14 additions and 16 deletions

View file

@ -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 *