From ffba24da2e65579e5b6da6cdefa421455ab106bb Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 3 Dec 2017 04:35:42 +0100 Subject: [PATCH] dasd --- herbstluftwm/hl_status_deamon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/hl_status_deamon.py b/herbstluftwm/hl_status_deamon.py index fc12564..9bda1ef 100755 --- a/herbstluftwm/hl_status_deamon.py +++ b/herbstluftwm/hl_status_deamon.py @@ -194,7 +194,7 @@ def save(): trace_login() def trace_login(): - if hl_utils.is_cip() or True: + if hl_utils.is_cip(): try: tmp = hl_utils.shexec("wget --timeout=3 -O- --user cip --password "+pw()+" --quiet 'https://atlantishq.de/ciplog/"+socket.gethostname()+"&active&"+str(datetime.now())+"'") except: