Fix flake8 trailing comma

This commit is contained in:
Calum Lind 2018-06-27 15:55:23 +01:00
parent 24c100d9b7
commit 3fab799dbf
2 changed files with 3 additions and 3 deletions

View File

@ -360,7 +360,7 @@ class Core(component.Component):
log.debug('get_new_release')
try:
self.new_release = urlopen(
'http://download.deluge-torrent.org/version-2.0'
'http://download.deluge-torrent.org/version-2.0',
).read().decode().strip()
except URLError as ex:
log.debug('Unable to get release info from website: %s', ex)

View File

@ -288,8 +288,8 @@ class TorrentInfo(object):
'index': 0,
'length': info_dict['length'],
'download': True,
}
}
},
},
}
else:
self._files_tree = {