Hotfix for create_database script

This commit is contained in:
mcbloch 2022-05-02 14:16:20 +02:00
parent 0ace54a8fd
commit 2271b0427c

View file

@ -2,7 +2,9 @@
import add_admins
from app import app_manager, db
from app import create_app, db
app_manager = create_app()
entry_sets = {
"admins": add_admins.add,