Fix missing fstring

This commit is contained in:
Joshua Boniface 2023-12-11 11:29:49 -05:00
parent 57c28376a6
commit 1a05077b10
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ def node_keepalive(logger, config, zkhandler, this_node):
runtime_start = datetime.now()
logger.out(
"Starting node keepalive run at {datetime.now()}",
f"Starting node keepalive run at {datetime.now()}",
state="t",
)