From aa4c6a1434095e4753e169cafcab24c9c52bd5c7 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 2 Jan 2019 18:04:32 -0700 Subject: [PATCH] Fix issue #82 --- .bin/Scripts/hw-sensors-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/hw-sensors-monitor b/.bin/Scripts/hw-sensors-monitor index 42757748..731f415e 100755 --- a/.bin/Scripts/hw-sensors-monitor +++ b/.bin/Scripts/hw-sensors-monitor @@ -10,7 +10,7 @@ os.chdir(os.path.dirname(os.path.realpath(__file__))) sys.path.append(os.getcwd()) from functions.sensors import * from functions.tmux import * -init_global_vars() +init_global_vars(silent=True) if __name__ == '__main__': background = False