mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
fix(viu): correct import path
This commit is contained in:
@@ -8,7 +8,7 @@ if getattr(sys, "frozen", False):
|
|||||||
sys.path.insert(0, application_path)
|
sys.path.insert(0, application_path)
|
||||||
|
|
||||||
# Import and run the main application
|
# Import and run the main application
|
||||||
from viu import Cli
|
from viu_media import Cli
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
Cli()
|
Cli()
|
||||||
|
|||||||
Reference in New Issue
Block a user