summaryrefslogtreecommitdiff
path: root/plugin_loader/loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_loader/loader.py')
-rw-r--r--plugin_loader/loader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_loader/loader.py b/plugin_loader/loader.py
index 1461d1d0..cf5ca381 100644
--- a/plugin_loader/loader.py
+++ b/plugin_loader/loader.py
@@ -190,4 +190,4 @@ class Loader:
async def refresh_iframe(self):
tab = await get_tab("QuickAccess")
await tab.open_websocket()
- return await tab.evaluate_js("reloadIframe()") \ No newline at end of file
+ return await tab.evaluate_js("reloadIframe()", False) \ No newline at end of file