mirror of
https://github.com/FAUSheppy/config
synced 2025-12-10 00:28:32 +01:00
dasd
This commit is contained in:
@@ -194,7 +194,7 @@ def save():
|
|||||||
trace_login()
|
trace_login()
|
||||||
|
|
||||||
def trace_login():
|
def trace_login():
|
||||||
if hl_utils.is_cip() or True:
|
if hl_utils.is_cip():
|
||||||
try:
|
try:
|
||||||
tmp = hl_utils.shexec("wget --timeout=3 -O- --user cip --password "+pw()+" --quiet 'https://atlantishq.de/ciplog/"+socket.gethostname()+"&active&"+str(datetime.now())+"'")
|
tmp = hl_utils.shexec("wget --timeout=3 -O- --user cip --password "+pw()+" --quiet 'https://atlantishq.de/ciplog/"+socket.gethostname()+"&active&"+str(datetime.now())+"'")
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user