Skip to content

Commit

Permalink
Update GUI.py typo - left a dragon8count in there
Browse files Browse the repository at this point in the history
  • Loading branch information
GodspeedDiscvry authored Nov 15, 2024
1 parent 1f3c10a commit 3757879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Pi/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,10 @@ def cross(a,b):
soyuz72_1 = 375+soyuz72count
soyuz72_2 = 196+soyuz72count
soyuz72_3 = 370+soyuz72count
starlinerCFT_1 = 179+dragon8count
starkinerCFT_2 = 322+dragon8count
dragon9_1 =203+dragon8count
dragon9_2 = 0+dragon8count
starlinerCFT_1 = 179+starlinerCFTcount
starkinerCFT_2 = 322+starlinerCFTcount
dragon9_1 =203+dragon9count
dragon9_2 = 0+dragon9count

#Identify variables for Crew_screen
self.crew_screen.ids.soyuz72_1.text = str(soyuz72count) + " / " + str(soyuz70_1)
Expand Down

0 comments on commit 3757879

Please sign in to comment.