This commit is contained in:
iFargle
2023-02-22 20:20:05 +09:00
parent 31e594d15d
commit 1ef8b4c8c4

View File

@@ -352,8 +352,8 @@ def thread_machine_content(machine, machine_content, idx):
expiry_time = str(expiry_local.strftime('%A %m/%d/%Y, %H:%M:%S'))+" "+str(timezone)+" ("+str(expiry_print)+")"
testasdf = expiry_local - local_time
LOG.error(machine["name"]+": expiry_delta: "+str(expiry_delta.days)+"d "+str(expiry_delta.seconds)+"s")
LOG.error(machine["name"]+": testasdf : "+str(testasdf.days) +"d "+str(testasdf.seconds) +"s")
LOG.error(machine["name"]+": expiry_delta ("+str(expiry_delta)+"): "+str(expiry_delta.days)+"d "+str(expiry_delta.seconds)+"s"))
LOG.error(machine["name"]+": testasdf ("+str(testasdf)+"): "+str(testasdf.days) +"d "+str(testasdf.seconds) +"s"))
# Get the first 10 characters of the PreAuth Key:
if machine["preAuthKey"]: