We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01649ce commit a609ae5Copy full SHA for a609ae5
scrapy_playwright/_utils.py
@@ -85,7 +85,7 @@ async def _get_page_content(
85
def _get_float_setting(settings: Settings, key: str) -> Optional[float]:
86
try:
87
return float(settings[key])
88
- except:
+ except Exception:
89
return None
90
91
0 commit comments