mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
flake warnings (#304)
This commit is contained in:
@@ -96,7 +96,7 @@ class HttpClient:
|
||||
if size:
|
||||
try:
|
||||
return int(size)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def get_content_length(self, url: str, session: bool = True) -> Optional[str]:
|
||||
|
||||
Reference in New Issue
Block a user