This commit is contained in:
Aevann1 2021-10-05 21:12:31 +02:00
parent 0cbe982fd8
commit 09a57dad7c
3 changed files with 8 additions and 10 deletions

View file

@ -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()]