Browse Source

feat: update

jerry 1 month ago
parent
commit
80f5d2d9b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sentinel.py

+ 2 - 0
sentinel.py

@@ -115,6 +115,8 @@ class SentinelGCO:
 
     def _creator_loop(self):
         self._log("Creator loop started.")
+        group_cd_key = f"vs:group:cooldown:{self.m_cfg.identifier}"
+        
         while not self.m_stop_event.is_set():
             time.sleep(2)
             with self.m_lock: