mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix duplicated logging
This commit is contained in:
+1
-6
@@ -4,9 +4,4 @@ from models import *
|
||||
from validation import *
|
||||
from utils import *
|
||||
from dependencies import *
|
||||
from migration import run_migrations
|
||||
from app import *
|
||||
|
||||
# Run database migrations on startup
|
||||
print("Starting database migration check...")
|
||||
run_migrations()
|
||||
from app import *
|
||||
Reference in New Issue
Block a user