fix: fastanime update not working with pip installs

This commit is contained in:
Benex254
2024-09-18 20:09:34 +03:00
parent 6fa656ba11
commit db5b9a59b4

View File

@@ -112,6 +112,7 @@ def update_app():
"pip",
"install",
APP_NAME,
"-U",
"--user",
"--no-warn-script-location",
]