mirror of
https://github.com/KevinMidboe/delugeClient.git
synced 2025-10-29 12:00:13 +00:00
Removed unused comments.
This commit is contained in:
@@ -74,10 +74,7 @@ class Deluge(object):
|
|||||||
self.ssh_host = config['ssh']['HOST']
|
self.ssh_host = config['ssh']['HOST']
|
||||||
self.ssh_user = config['ssh']['USER']
|
self.ssh_user = config['ssh']['USER']
|
||||||
self.ssh_pkey = config['ssh']['PKEY']
|
self.ssh_pkey = config['ssh']['PKEY']
|
||||||
|
|
||||||
# self.ssh_host = config['ssh']['HOST']
|
|
||||||
# self.ssh_user = config['ssh']['USER']
|
|
||||||
# self.ssh_pkey = config['ssh']['PKEY']
|
|
||||||
self._connect()
|
self._connect()
|
||||||
|
|
||||||
def parseResponse(self, response):
|
def parseResponse(self, response):
|
||||||
|
|||||||
Reference in New Issue
Block a user