rename startmm to getDecoderInstance

This commit is contained in:
B-Watch 2020-07-08 20:33:58 +02:00
parent ba2fab398e
commit e1afdcec7d
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ class SdrInput(InputBase):
sdrProc.setStderr(open(paths.LOG_PATH + "rtl_fm.log", "a"))
sdrProc.start()
mmProc = self.startmm(decoderConfig, sdrProc.stdout)
mmProc = self.getDecoderInstance(decoderConfig, sdrProc.stdout)
mmProc.start()
logging.info("start decoding")