restore log guid

3clyp50 committed Jan 6, 2026 at 19:30 UTC 6d41d1983a6308a6de6e810e28f1dcfabe450060
1 file changed +1 -1
python/helpers/log.py
+1 -1
@@ -137,7 +137,7 @@ class LogItem:
137 agent_number: int = 0
138
139 def __post_init__(self):
140 - self.guid = self.guid or self.log.guid
140 + self.guid = self.log.guid
141 self.timestamp = self.timestamp or time.time()
142
143 def update(