Make sure to import app so that the DB proxy gets properly initialized
This commit is contained in:
parent
657c9d1cc9
commit
657ba576a8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import logging
|
|||
|
||||
from apscheduler.schedulers.blocking import BlockingScheduler
|
||||
|
||||
from app import app
|
||||
from data.database import Repository, LogEntry, RepositoryActionCount, db_random_func, fn
|
||||
from datetime import date, datetime, timedelta
|
||||
|
||||
|
|
Reference in a new issue