Raiff1982 commited on
Commit
d644aa8
·
verified ·
1 Parent(s): b02a86d

Update AICoreAGIX_with_TB.py

Browse files
Files changed (1) hide show
  1. AICoreAGIX_with_TB.py +2 -1
AICoreAGIX_with_TB.py CHANGED
@@ -47,7 +47,8 @@ class AICoreAGIX:
47
  self.federated_ai = FederatedAI()
48
  self.failsafe_system = AIFailsafeSystem()
49
  self.ethics_core = EthicsCore()
50
-
 
51
  def _load_or_generate_id_lock(self):
52
  lock_path = ".codriao_state.lock"
53
  if os.path.exists(lock_path):
 
47
  self.federated_ai = FederatedAI()
48
  self.failsafe_system = AIFailsafeSystem()
49
  self.ethics_core = EthicsCore()
50
+ self._load_or_generate_id_lock()
51
+
52
  def _load_or_generate_id_lock(self):
53
  lock_path = ".codriao_state.lock"
54
  if os.path.exists(lock_path):