mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Fix Typo #1710
This commit is contained in:
parent
11f1c2ce3f
commit
2378ac17cf
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def configure_deluge(config):
|
|||
|
||||
|
||||
def configure_qbittorrent(config):
|
||||
core.QBITTORRENT_HOST = config['qBittorrenHost'] # localhost
|
||||
core.QBITTORRENT_HOST = config['qBittorrentHost'] # localhost
|
||||
core.QBITTORRENT_PORT = int(config['qBittorrentPort']) # 8080
|
||||
core.QBITTORRENT_USER = config['qBittorrentUSR'] # mysecretusr
|
||||
core.QBITTORRENT_PASSWORD = config['qBittorrentPWD'] # mysecretpwr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue