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)