FIX: just whitespace fix

This commit is contained in:
evilhero 2016-12-29 11:41:12 -05:00
parent 8f4a6797fa
commit 3e7339f066
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class TorrentClient(object):
logger.debug('FileName (load_torrent): ' + str(os.path.basename(filepath)))
#Check if torrent already added
#Check if torrent already added
if self.find_torrent(str.lower(hash)):
logger.info('load_torrent: Torrent already exists!')
else: