You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
this is a beast
This commit is contained in:
@@ -2,10 +2,10 @@ from . import PlayerModule, log95, Track
|
||||
import os
|
||||
|
||||
from typing import TextIO
|
||||
_log_file: TextIO
|
||||
_log_out: TextIO
|
||||
|
||||
assert _log_file # pyright: ignore[reportUnboundVariable]
|
||||
logger = log95.log95("PlayView", output=_log_file)
|
||||
assert _log_out # pyright: ignore[reportUnboundVariable]
|
||||
logger = log95.log95("PlayView", output=_log_out)
|
||||
|
||||
class Module(PlayerModule):
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user