Deluge import cleanup

This commit is contained in:
Ruud
2013-08-30 19:21:31 +02:00
parent 4a4bb819ec
commit 336b15b199
+2 -2
View File
@@ -1,7 +1,7 @@
from base64 import b64encode
from couchpotato.core.helpers.variable import tryInt, tryFloat
from couchpotato.core.downloaders.base import Downloader, StatusList
from couchpotato.core.helpers.encoding import isInt, ss
from couchpotato.core.helpers.variable import tryFloat
from couchpotato.core.logger import CPLog
from couchpotato.environment import Env
from datetime import timedelta
@@ -178,7 +178,7 @@ class DelugeRPC(object):
finally:
if self.client:
self.disconnect()
return torrent_id
def add_torrent_file(self, filename, torrent, options):