mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Refactor UTORRENTUSR -> UTORRENT_USER
This commit is contained in:
parent
20bd765a4b
commit
22d2c1b108
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ def create_torrent_class(client_agent):
|
|||
if client_agent == 'utorrent':
|
||||
try:
|
||||
logger.debug('Connecting to {0}: {1}'.format(client_agent, core.UTORRENT_WEB_UI))
|
||||
tc = UTorrentClient(core.UTORRENT_WEB_UI, core.UTORRENTUSR, core.UTORRENTPWD)
|
||||
tc = UTorrentClient(core.UTORRENT_WEB_UI, core.UTORRENT_USER, core.UTORRENTPWD)
|
||||
except Exception:
|
||||
logger.error('Failed to connect to uTorrent')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue