Chris4K commited on
Commit
126ce84
·
verified ·
1 Parent(s): ab8e714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -145,6 +145,7 @@ class AIStateManager:
145
  async def consciousness(self):
146
  """Controls research/sleep cycle."""
147
  while True:
 
148
  self.broadcast("one, two three...")
149
  await asyncio.sleep(2) # Consciousness checks every 2 sec
150
  with self.lock:
 
145
  async def consciousness(self):
146
  """Controls research/sleep cycle."""
147
  while True:
148
+ print("one two three")
149
  self.broadcast("one, two three...")
150
  await asyncio.sleep(2) # Consciousness checks every 2 sec
151
  with self.lock: