Private GIT

Skip to content
Snippets Groups Projects
Commit 62193570 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix torrent verification

parent edce9988
Branches
Tags
No related merge requests found
......@@ -154,7 +154,7 @@ class GenericProvider:
return False
# as long as it's a valid download then consider it a successful snatch
return self._verify_download()
return self._verify_download(fileName)
def _verify_download(self, file_name=None):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment