This commit is contained in:
Hafitz Setya 2021-04-26 18:19:28 +07:00 committed by GitHub
parent 2ed3557bff
commit 5e1f05d5e3
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!')