mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix Transmission Host and Port. Fixes #182
This commit is contained in:
parent
770282e07e
commit
6e15331673
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@ if __name__ == "__main__":
|
|||
uTorrentUSR = config.get("Torrent", "uTorrentUSR") # mysecretusr
|
||||
uTorrentPWD = config.get("Torrent", "uTorrentPWD") # mysecretpwr
|
||||
|
||||
TransmissionWEBui = config.get("Torrent", "TransmissionHost") # localhost
|
||||
TransmissionWEBui = config.get("Torrent", "TransmissionPort") # 8084
|
||||
TransmissionHost = config.get("Torrent", "TransmissionHost") # localhost
|
||||
TransmissionPort = config.get("Torrent", "TransmissionPort") # 8084
|
||||
TransmissionUSR = config.get("Torrent", "TransmissionUSR") # mysecretusr
|
||||
TransmissionPWD = config.get("Torrent", "TransmissionPWD") # mysecretpwr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue