From a33ea2227dadb91f6fe67cc5185bdb38ead3fe97 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 22 Feb 2023 20:24:52 +0900 Subject: [PATCH] test --- renderer.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renderer.py b/renderer.py index 44c7be1..ff6f1b6 100644 --- a/renderer.py +++ b/renderer.py @@ -352,9 +352,10 @@ 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)+"): "+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")) + 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") + if # Get the first 10 characters of the PreAuth Key: if machine["preAuthKey"]: preauth_key = str(machine["preAuthKey"]["key"])[0:10]