mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-09 09:59:58 +01:00
another tab problem
This commit is contained in:
parent
cc45d539a6
commit
652477df36
20
boswatch.py
20
boswatch.py
|
|
@ -445,13 +445,13 @@ except KeyboardInterrupt:
|
|||
except:
|
||||
log("unknown Error","error")
|
||||
finally:
|
||||
try:
|
||||
rtl_fm.terminate()
|
||||
log("rtl_fm terminated")
|
||||
multimon_ng.terminate()
|
||||
log("multimon-ng terminated")
|
||||
log("exiting BOSWatch")
|
||||
except:
|
||||
log("failed in clean-up routine","error")
|
||||
finally:
|
||||
exit(0)
|
||||
try:
|
||||
rtl_fm.terminate()
|
||||
log("rtl_fm terminated")
|
||||
multimon_ng.terminate()
|
||||
log("multimon-ng terminated")
|
||||
log("exiting BOSWatch")
|
||||
except:
|
||||
log("failed in clean-up routine","error")
|
||||
finally:
|
||||
exit(0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue