security update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user