mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
little change for #97
This commit is contained in:
parent
b7bab56b73
commit
29578fbeb4
|
|
@ -139,8 +139,10 @@ try:
|
|||
mon_log = open(globals.log_path+"multimon.log", "w")
|
||||
rtl_log.write("")
|
||||
mon_log.write("")
|
||||
rawMmOut.write("")
|
||||
rtl_log.close()
|
||||
mon_log.close()
|
||||
rawMmOut.close()
|
||||
logging.debug("BOSWatch has started")
|
||||
logging.debug("Logfiles cleared")
|
||||
|
||||
|
|
@ -366,7 +368,6 @@ try:
|
|||
# write multimon-ng raw data
|
||||
if globals.config.getboolean("BOSWatch","writeMultimonRaw"):
|
||||
try:
|
||||
rawMmOut = open("mm_raw.txt", "w")
|
||||
rawMmOut.write(decoded)
|
||||
except:
|
||||
logging.warning("cannot write raw multimon data")
|
||||
|
|
|
|||
Loading…
Reference in a new issue