mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix
This commit is contained in:
@@ -41,6 +41,7 @@ def upgrade() -> None:
|
|||||||
hashed_password=get_password_hash(random_password),
|
hashed_password=get_password_hash(random_password),
|
||||||
email="admin@movie-pilot.org",
|
email="admin@movie-pilot.org",
|
||||||
is_superuser=True,
|
is_superuser=True,
|
||||||
|
avatar="src/assets/images/avatars/avatar-1.png"
|
||||||
)
|
)
|
||||||
_user.create(db)
|
_user.create(db)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user