Fix indentation for try block in transmit.py

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 98335a753a
commit f8888355ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -274,7 +274,7 @@ if __name__ == "__main__":
print("Mode is: ")
print(mode)
try:
try:
system("cat /proc/uptime > /home/pi/CubeSatSim/uptime")
file = open("/home/pi/CubeSatSim/uptime")
up = file.read().split(" ")[0]

Loading…
Cancel
Save

Powered by TurnKey Linux.