mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
what?
This commit is contained in:
@@ -50,6 +50,7 @@ class ProcessManager(ABC_ProcessManager):
|
||||
except subprocess.TimeoutExpired: process.process.terminate()
|
||||
self.processes.clear()
|
||||
def test(self) -> bool:
|
||||
return True
|
||||
proc = Popen(["ffplay"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||
|
||||
start = time.monotonic()
|
||||
|
||||
Reference in New Issue
Block a user