Skip to content

Commit

Permalink
Update GUI.py
Browse files Browse the repository at this point in the history
adding TDRS check code back in
  • Loading branch information
ISS-Mimic authored Dec 11, 2024
1 parent 90d125d commit 0741ed5
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 @@ -1241,11 +1241,11 @@ def startproc(self):
global p,TDRSproc
log_info("Telemetry Subprocess start")
p = Popen(["python", mimic_directory + "/Mimic/Pi/iss_telemetry.py"]) #uncomment if live data comes back :D :D :D :D WE SAVED ISSLIVE
#TDRSproc = Popen(["python", mimic_directory + "/Mimic/Pi/TDRScheck.py"]) #uncomment if TDRS site comes back and fixed code
TDRSproc = Popen(["python", mimic_directory + "/Mimic/Pi/TDRScheck.py"]) #uncomment if TDRS site comes back and fixed code
#p = Popen([mimic_directory + "/Mimic/Pi/RecordedData/playback.out",mimic_directory + "/Mimic/Pi/RecordedData/Data"])

def killproc(*args):
global p,p2,c
global p,p2,c,TDRSproc
c.execute("INSERT OR IGNORE INTO telemetry VALUES('Lightstreamer', '0', 'Unsubscribed', '0', 0)")
try:
p.kill()
Expand Down

0 comments on commit 0741ed5

Please sign in to comment.