mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: handle exception in http downloader by returning None
This commit is contained in:
@@ -41,6 +41,7 @@ class HttpDownloader:
|
||||
)
|
||||
except Exception as e:
|
||||
print(f"error running hydra-httpdl: {e}")
|
||||
return None
|
||||
|
||||
|
||||
def get_download_status(self):
|
||||
|
||||
Reference in New Issue
Block a user