From 652477df36bc352728278c95eef3f368b7aef8f7 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Fri, 8 May 2015 08:14:10 +0200 Subject: [PATCH] another tab problem --- boswatch.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/boswatch.py b/boswatch.py index 419bce1..4797542 100644 --- a/boswatch.py +++ b/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)