Skip to content

Commit

Permalink
Update GUI.py - more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GodspeedDiscvry authored Nov 15, 2024
1 parent 0ad5f90 commit 70339d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pi/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70339d2

Please sign in to comment.