소스 검색

feat: update

jerry 1 개월 전
부모
커밋
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: