mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 22:57:13 -04:00
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
This commit is contained in:
parent
9ae684240b
commit
03afeb3470
3550 changed files with 200757 additions and 117862 deletions
|
@ -34,7 +34,7 @@ class FileProxy(io.TextIOBase):
|
|||
line, new_line, text = text.partition("\n")
|
||||
if new_line:
|
||||
lines.append("".join(buffer) + line)
|
||||
del buffer[:]
|
||||
buffer.clear()
|
||||
else:
|
||||
buffer.append(line)
|
||||
break
|
||||
|
@ -52,3 +52,6 @@ class FileProxy(io.TextIOBase):
|
|||
if output:
|
||||
self.__console.print(output)
|
||||
del self.__buffer[:]
|
||||
|
||||
def fileno(self) -> int:
|
||||
return self.__file.fileno()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue