security update

This commit is contained in:
2026-05-14 21:01:38 +02:00
parent 7bc65c37cd
commit 2284313479
2 changed files with 15 additions and 45 deletions
-1
View File
@@ -7,7 +7,6 @@ if __name__ == "__main__":
app.app_context().push()
query = sa.select(User)
users = db.session.scalars(query).all()
print(users)
if len(users) == 0:
g = Group(secret="This is the group just for the admin")
db.session.add(g)