From 8ad6c5113fd0a7bb64d7461afa21f8b83b2b2e40 Mon Sep 17 00:00:00 2001 From: ATATC Date: Thu, 12 Dec 2024 15:27:20 -0500 Subject: [PATCH] Code reformatted. --- leads_vec/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leads_vec/cli.py b/leads_vec/cli.py index f6921c2..66e22cf 100644 --- a/leads_vec/cli.py +++ b/leads_vec/cli.py @@ -118,7 +118,7 @@ def on_receive(self, service: Service, msg: bytes) -> None: def add_secondary_window(context_manager: ContextManager, display: int, var_lap_times: _StringVar, var_speed: _DoubleVar, var_speed_trend: _DoubleVar) -> None: pot = context_manager.window() - w = Window(pot.root(), 0, 0, fullscreen=True, display=display) + w = Window(pot.root(), fullscreen=True, display=display) window_index = context_manager.add_window(w) num_widgets = int(w.width() / w.height()) fonts = (("Arial", int(w.width() * .2)), ("Arial", int(w.width() * .1)), ("Arial", int(w.width() * .025)))