Removed unused comments.

This commit is contained in:
2018-05-06 00:43:24 +02:00
parent 84e78c55f0
commit e9885015aa

View File

@@ -74,10 +74,7 @@ class Deluge(object):
self.ssh_host = config['ssh']['HOST']
self.ssh_user = config['ssh']['USER']
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()
def parseResponse(self, response):