mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
Moved setStdin to BaseClass
This commit is contained in:
parent
35ada90130
commit
ba2fab398e
4 changed files with 7 additions and 10 deletions
|
|
@ -41,9 +41,7 @@ class SdrInput(InputBase):
|
|||
sdrProc.setStderr(open(paths.LOG_PATH + "rtl_fm.log", "a"))
|
||||
sdrProc.start()
|
||||
|
||||
mmProc = self.startmm(decoderConfig)
|
||||
mmProc.setStdin(sdrProc.stdout)
|
||||
mmProc.setStderr(open(paths.LOG_PATH + "multimon-ng.log", "a"))
|
||||
mmProc = self.startmm(decoderConfig, sdrProc.stdout)
|
||||
mmProc.start()
|
||||
|
||||
logging.info("start decoding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue