mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
attempt fix: downloading artist images
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ from app.settings import DbPaths
|
||||
|
||||
from app.db.engine import DbEngine
|
||||
from app.db import create_all_tables
|
||||
from app.db.libdata import create_all as create_user_tables
|
||||
# from app.db.libdata import create_all as create_user_tables
|
||||
|
||||
|
||||
def run_migrations():
|
||||
@@ -32,7 +32,7 @@ def setup_sqlite():
|
||||
)
|
||||
|
||||
create_all_tables()
|
||||
create_user_tables()
|
||||
# create_user_tables()
|
||||
|
||||
if not UserTable.get_all():
|
||||
UserTable.insert_default_user()
|
||||
|
||||
Reference in New Issue
Block a user