From 70339d289bc9579a55e0bcd8992f3d2e742a11cc Mon Sep 17 00:00:00 2001 From: "Susan N. Freeman" <33506403+GodspeedDiscvry@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:59:01 -0600 Subject: [PATCH] Update GUI.py - more typos --- Pi/GUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pi/GUI.py b/Pi/GUI.py index 702d061e..d7f5e99e 100644 --- a/Pi/GUI.py +++ b/Pi/GUI.py @@ -3526,8 +3526,8 @@ def cross(a,b): dragon9_2 = 0+dragon9count #Identify variables for Crew_screen - self.crew_screen.ids.soyuz72_1.text = str(soyuz72count) + " / " + str(soyuz70_1) - self.crew_screen.ids.soyuz72_2.text = str(soyuz72count) + " / " + str(soyuz70_2) + self.crew_screen.ids.soyuz72_1.text = str(soyuz72count) + " / " + str(soyuz72_1) + self.crew_screen.ids.soyuz72_2.text = str(soyuz72count) + " / " + str(soyuz72_2) self.crew_screen.ids.soyuz72_3.text = str(soyuz72count) + " / " + str(soyuz72_3) self.crew_screen.ids.starlinerCFT_1.text = str(starlinerCFTcount) + " / " + str(starlinerCFT_1) self.crew_screen.ids.starlinerCFT_2.text = str(starlinerCFTcount) + " / " + str(starlinerCFT_2)