mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Remove Whitespace
This commit is contained in:
parent
a92dc0ce7b
commit
b43f71874f
|
|
@ -47,7 +47,7 @@ class PulseAudioInput(InputBase):
|
|||
if not PulseAudioProc.isRunning:
|
||||
logging.warning("PulseAudio was down - try to restart")
|
||||
PulseAudioProc.start()
|
||||
|
||||
|
||||
if PulseAudioProc.isRunning:
|
||||
logging.info("rtl_fm is back up - restarting multimon...")
|
||||
mmProc.setStdin(PulseAudioProc.stdout)
|
||||
|
|
|
|||
Loading…
Reference in a new issue