This commit is contained in:
Sheppy
2017-12-03 04:35:42 +01:00
parent 35bb9c696c
commit ffba24da2e

View File

@@ -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: