mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 07:09:15 +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()
|
||||
|
||||
@@ -4,6 +4,7 @@ import sys, signal, time, traceback, io
|
||||
import concurrent.futures
|
||||
from modules import *
|
||||
from threading import Lock
|
||||
import syslog
|
||||
|
||||
def prefetch(path):
|
||||
if os.name == "posix":
|
||||
|
||||
Reference in New Issue
Block a user