mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Fix flake8 trailing comma
This commit is contained in:
parent
24c100d9b7
commit
3fab799dbf
@ -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)
|
||||
|
@ -288,8 +288,8 @@ class TorrentInfo(object):
|
||||
'index': 0,
|
||||
'length': info_dict['length'],
|
||||
'download': True,
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
else:
|
||||
self._files_tree = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user