mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Fix typo
This commit is contained in:
parent
8a2613ad29
commit
a0a42924d0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def process(dirName, nzbName=None, status=0):
|
||||||
return 1 # failure
|
return 1 # failure
|
||||||
|
|
||||||
result = urlObj.readlines()
|
result = urlObj.readlines()
|
||||||
Logger.info("HeaPhones returned %s", result)
|
Logger.info("HeadPhones returned %s", result)
|
||||||
if result[0] == "OK":
|
if result[0] == "OK":
|
||||||
Logger.info("%s started on HeadPhones for %s", command, nzbName)
|
Logger.info("%s started on HeadPhones for %s", command, nzbName)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue