diff --git a/self_healing.py b/self_healing.py index 43f4fa1..fa324c2 100644 --- a/self_healing.py +++ b/self_healing.py @@ -128,7 +128,7 @@ class SelfHealingSystem: ) try: - self.memory.write_memory(log_entry, daily=False) + self.memory.write_memory(log_entry, daily=True) except Exception as e: # Last resort: print to console if memory write fails print(f"[SelfHealing] Failed to write error log to MEMORY.md: {e}")