mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 07:49:18 +02:00
no way
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ class RadioPlayer:
|
|||||||
|
|
||||||
import syslog
|
import syslog
|
||||||
class RotatingLog(log95.SyslogTextIO):
|
class RotatingLog(log95.SyslogTextIO):
|
||||||
def __init__(self, buffer: _WrappedBuffer, encoding: str | None = None, errors: str | None = None, newline: str | None = None, line_buffering: bool = False, write_through: bool = False) -> None:
|
def __init__(self, buffer, encoding: str | None = None, errors: str | None = None, newline: str | None = None, line_buffering: bool = False, write_through: bool = False) -> None:
|
||||||
super().__init__(buffer, encoding, errors, newline, line_buffering, write_through)
|
super().__init__(buffer, encoding, errors, newline, line_buffering, write_through)
|
||||||
syslog.openlog("player")
|
syslog.openlog("player")
|
||||||
def write(self, *args, **kwargs) -> int:
|
def write(self, *args, **kwargs) -> int:
|
||||||
|
|||||||
Reference in New Issue
Block a user