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 97717e9 commit 979617cCopy full SHA for 979617c
scrapy_playwright/_utils.py
@@ -142,7 +142,6 @@ def start(cls, caller_id: int) -> None:
142
if platform.system() == "Windows":
143
policy = asyncio.WindowsProactorEventLoopPolicy() # type: ignore[attr-defined]
144
cls._loop = policy.new_event_loop()
145
- asyncio.set_event_loop(cls._loop)
146
147
if not getattr(cls, "_thread", None):
148
cls._thread = threading.Thread(target=cls._loop.run_forever, daemon=True)
0 commit comments