From 0a78f4abd2983e8b4db811cc43c7f164c4bee209 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 9 Oct 2019 20:28:11 +0200 Subject: [PATCH] fix pep 8 --- _demo_procMan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_demo_procMan.py b/_demo_procMan.py index b25fa7f..1dcc669 100644 --- a/_demo_procMan.py +++ b/_demo_procMan.py @@ -16,7 +16,7 @@ import logging.config logging.config.fileConfig("config/logger_client.ini") -##### RTL_FM configuration +# #### RTL_FM configuration sdrProc = ProcessManager("/usr/bin/rtl_fm") sdrProc.addArgument("-f 85M") # sdrProc.addArgument("-M fm") @@ -25,7 +25,7 @@ if not sdrProc.start(): sdrProc.skipLines(20) -##### MULTIMON configuration +# #### MULTIMON configuration mmProc = ProcessManager("/opt/multimon/multimon-ng", textMode=True) # mmProc.addArgument("-i") mmProc.addArgument("-a FMSFSK -a POCSAG512 -a POCSAG1200 -a POCSAG2400")