fix: handle exception in http downloader by returning None

This commit is contained in:
Hachi-R
2025-04-12 15:55:59 -03:00
parent e3670f5b5a
commit be232d88e4

View File

@@ -41,6 +41,7 @@ class HttpDownloader:
)
except Exception as e:
print(f"error running hydra-httpdl: {e}")
return None
def get_download_status(self):