mirror of
https://github.com/FAUSheppy/config
synced 2026-01-21 23:57:37 +01:00
lalal
This commit is contained in:
@@ -181,7 +181,7 @@ def save():
|
|||||||
def trace_login():
|
def trace_login():
|
||||||
if hl_utils.is_cip() or True:
|
if hl_utils.is_cip() or True:
|
||||||
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:
|
||||||
tmp = "Service Unreachable"
|
tmp = "Service Unreachable"
|
||||||
with open(hl_utils.hlpath("cip_logins.log"),'w') as f:
|
with open(hl_utils.hlpath("cip_logins.log"),'w') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user