Skip to content

Commit

Permalink
Added install script
Browse files Browse the repository at this point in the history
  • Loading branch information
AyraHikari committed Feb 19, 2022
1 parent 2a11798 commit 1af8df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 -m pip install -U -r requirements.txt
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 -m pip install -U -r requirements.txt
1 change: 0 additions & 1 deletion pyanimeindo.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ def doStreaming(self):
printd("Fetching: " + targeturl)
try:
zdirect = zdl(targeturl)
print(zdirect)
t = threading.Thread(target=self.start_mpv, name="MPV Player", args=(zdirect,dialog,))
t.start()
except Exception as err:
Expand Down

0 comments on commit 1af8df9

Please sign in to comment.