Update reader.py
All checks were successful
Build and Push Docker Image / build (push) Successful in 18s

This commit is contained in:
Corban-Lee Jones 2024-12-08 00:31:57 +00:00
parent 919e921850
commit 3e8072fb67

View File

@ -40,6 +40,7 @@ class LogFileReader:
self._last_line_number = await file.tell()
log.debug("lines to yield: %s", len(lines))
for line in lines:
yield line.strip()