disable debug output in seed_roles.py
This commit is contained in:
parent
b127978f23
commit
3af849c035
@ -39,7 +39,9 @@ def seed_roles():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
config = make_config({"DISABLE_CRL_CHECK": True, "CRL_STORAGE_PROVIDER": "LOCAL"})
|
config = make_config(
|
||||||
|
{"DISABLE_CRL_CHECK": True, "CRL_STORAGE_PROVIDER": "LOCAL", "DEBUG": False}
|
||||||
|
)
|
||||||
app = make_app(config)
|
app = make_app(config)
|
||||||
with app.app_context():
|
with app.app_context():
|
||||||
seed_roles()
|
seed_roles()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user