summaryrefslogtreecommitdiff
path: root/backend/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/main.py')
-rw-r--r--backend/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/main.py b/backend/main.py
index 4129f5db..b6af4b8f 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -98,6 +98,7 @@ class PluginManager:
#await inject_to_tab("SP", "window.syncDeckyPlugins();")
async def loader_reinjector(self):
+ await sleep(5)
while True:
await sleep(5)
if not await tab_has_global_var("SP", "deckyHasLoaded"):