jerry 1 сар өмнө
parent
commit
80f5d2d9b8
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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: