Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|