Skip to content

Commit

Permalink
Update TDRScheck.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ISS-Mimic authored Dec 11, 2024
1 parent cc63e38 commit f350e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pi/TDRScheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def onevent(msg):
if ts:
timestamp = ts

print(f"Active TDRS: {active_tdrs}, Timestamp: {timestamp}")
#print(f"Active TDRS: {active_tdrs}, Timestamp: {timestamp}")
update_database(active_tdrs, timestamp)

yield self.subscribe(onevent, u'gov.nasa.gsfc.scan_now.sn.activity')
Expand Down

0 comments on commit f350e7d

Please sign in to comment.