summaryrefslogtreecommitdiff
path: root/backend/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/main.py')
-rw-r--r--backend/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/main.py b/backend/main.py
index ce503e8e..b52180ab 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -83,8 +83,8 @@ class PluginManager:
async def loader_reinjector(self):
while True:
- await sleep(1)
- if not await tab_has_global_var("SP", "DeckyPluginLoader"):
+ await sleep(5)
+ if not await tab_has_global_var("SP", "deckyHasLoaded"):
logger.info("Plugin loader isn't present in Steam anymore, reinjecting...")
await self.inject_javascript()