hotfix: add f

This commit is contained in:
Lucas Armand
2025-11-12 16:10:55 -08:00
parent 2b26e5e20c
commit a4339bd3f1
+1 -1
View File
@@ -417,7 +417,7 @@ class Backend:
async def tail_log():
log.debug(f"tailing file: {self.model_log_file}")
async with await open_file(self.model_log_file, encoding='utf-8', errors='ignore'):
async with await open_file(self.model_log_file, encoding='utf-8', errors='ignore') as f:
while True:
line = await f.readline()
if line: