From 5b44c014f04d900ddce7b7c081f32d0803a42feb Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 25 Nov 2024 23:41:32 -0500 Subject: [PATCH] chore: better logs --- joint_teapot/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joint_teapot/app.py b/joint_teapot/app.py index 7e67788..57ba093 100644 --- a/joint_teapot/app.py +++ b/joint_teapot/app.py @@ -720,7 +720,8 @@ def joj3_check( ) raise Exit(code=1) logger.info( - f"submitter {submitter} has submitted {submit_count} time(s), " + f"submitter {submitter} is submitting for the {submit_count + 1} time, " + f"{max_count - submit_count - 1} time(s) remaining, " f"group={group}, " f"time period={time_period} hour(s), " f"max count={max_count}, submit count={submit_count}"