Fix typo
This commit is contained in:
parent
2ed3557bff
commit
5e1f05d5e3
|
|
@ -71,7 +71,6 @@ class AriaDownloadHelper(DownloadHelper):
|
|||
def __onDownloadStopped(self, api, gid):
|
||||
LOGGER.info(f"onDownloadStop: {gid}")
|
||||
dl = getDownloadByGid(gid)
|
||||
dl = getDownloadByGid(gid)
|
||||
if dl:
|
||||
dl.getListener().onDownloadError('Dead Torrent!')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue