This commit is contained in:
Son 2021-08-15 22:17:49 +02:00
parent cc86f698ee
commit e03f9d2342
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ class UserAdmin(SLModelView):
return redirect("/")
def manual_upgrade(way: str, ids: [int], is_giveaway: bool):
query = User.query.filter(User.id.in_(ids))