Add complete base frontend components
Signed-off-by: Felipe Cardoso <felipe.cardoso@hotmail.it>
This commit is contained in:
@@ -175,7 +175,7 @@ class TrainingMonitor:
|
||||
logger.error(f"Monitor error: {str(e)}")
|
||||
await asyncio.sleep(5)
|
||||
|
||||
async def get_log(self, lines: int = 50) -> List[str]:
|
||||
async def get_log(self, lines: int = 100) -> List[str]:
|
||||
"""Get recent log entries"""
|
||||
return self.recent_logs[-lines:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user