diff --git a/deluge_cli.py b/deluge_cli.py index 217378b..5a1d7cf 100755 --- a/deluge_cli.py +++ b/deluge_cli.py @@ -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):