Update monitor.py
This commit is contained in:
parent
0517158812
commit
2994bb95e9
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class MonitorScreen(Screen):
|
|||
# Clean up docling manager
|
||||
if hasattr(self, "docling_manager"):
|
||||
self.docling_manager.cleanup()
|
||||
super().on_unmount()
|
||||
# Reset follow state (already done in _stop_follow, but ensure clean state)
|
||||
self._follow_service = None
|
||||
self._logs_buffer = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue