mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix typo (#10702)
This commit is contained in:
parent
fc29815aa0
commit
8e71459601
@ -63,7 +63,7 @@ class ConversationStats:
|
||||
serialized_metrics = base64.b64encode(pickled).decode('utf-8')
|
||||
self.file_store.write(self.metrics_path, serialized_metrics)
|
||||
logger.info(
|
||||
'Saved converation stats',
|
||||
'Saved conversation stats',
|
||||
extra={'conversation_id': self.conversation_id},
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user