mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
several styling and check status fixes. #376
This commit is contained in:
parent
d9465de4d8
commit
60787842ce
8 changed files with 96 additions and 17 deletions
|
@ -42,9 +42,12 @@ class autoProcessTV:
|
|||
|
||||
host = nzbtomedia.CFG[section][inputCategory]["host"]
|
||||
port = nzbtomedia.CFG[section][inputCategory]["port"]
|
||||
username = nzbtomedia.CFG[section][inputCategory]["username"]
|
||||
password = nzbtomedia.CFG[section][inputCategory]["password"]
|
||||
|
||||
try:
|
||||
username = nzbtomedia.CFG[section][inputCategory]["username"]
|
||||
password = nzbtomedia.CFG[section][inputCategory]["password"]
|
||||
except:
|
||||
username = ""
|
||||
password = ""
|
||||
try:
|
||||
apikey = nzbtomedia.CFG[section][inputCategory]["apikey"]
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue