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 8b15232 commit 33b3f3cCopy full SHA for 33b3f3c
scrapy_playwright/handler.py
@@ -100,7 +100,7 @@ class Config:
100
restart_disconnected_browser: bool
101
target_closed_max_retries: int = 3
102
use_threaded_loop: bool = False
103
- close_context_interval: Optional[float]
+ close_context_interval: Optional[float] = None
104
105
@classmethod
106
def from_settings(cls, settings: Settings) -> "Config":
0 commit comments