summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin_loader/injector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/injector.py b/plugin_loader/injector.py
index bf970780..46831b6d 100644
--- a/plugin_loader/injector.py
+++ b/plugin_loader/injector.py
@@ -31,7 +31,7 @@ class Tab:
return (await self.websocket.receive_json()) if receive else None
raise RuntimeError("Websocket not opened")
- async def evaluate_js(self, js, run_async):
+ async def evaluate_js(self, js, run_async=False):
await self.open_websocket()
res = await self._send_devtools_cmd({
"id": 1,