Skip to content

Commit 353ce1f

Browse files
committed
grr typo in aria2c fixed.
1 parent d813f2e commit 353ce1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nhltv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def parse_args():
6666
print ("Missing ffmpeg command please install or check PATH exiting...")
6767
exit(1)
6868

69-
if which("aira2c") is False:
70-
print ("Missing aira2c command please install or check PATH exiting...")
69+
if which("aria2c") is False:
70+
print ("Missing aria2c command please install or check PATH exiting...")
7171
exit(1)
7272

7373
parser = argparse.ArgumentParser(description='%(prog)s: Download NHL TV')

0 commit comments

Comments
 (0)