This commit is contained in:
iFargle
2023-02-22 19:46:51 +09:00
parent 59072e1bc4
commit b4b23c68c5

View File

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