From 0b429a5645e416c515295f2835d23c08b9a84168 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Fri, 22 Nov 2024 09:49:02 -0800 Subject: [PATCH] What --- tinytinaswonderland/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinytinaswonderland/utils.py b/tinytinaswonderland/utils.py index b21d348..18afeb3 100644 --- a/tinytinaswonderland/utils.py +++ b/tinytinaswonderland/utils.py @@ -57,5 +57,5 @@ def read_resolution() -> tuple[int]: w = result2.group(1) if int(h) > 0 and int(w) > 0: break - logging.info(f"Current resolution is %dx%d", w, h) + logging.info("Current resolution is %dx%d", w, h) return (h, w)