typo in rpitx.py

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 724d84949c
commit dc15a82736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -355,7 +355,7 @@ if __name__ == "__main__":
font1 = ImageFont.truetype('DejaVuSerif-Bold.ttf', 20)
try:
file = open("/home/pi/CubeSatSim/telem_string.txt)
file = open("/home/pi/CubeSatSim/telem_string.txt")
telem_string = file.readline()
except:
telem_string = ""

Loading…
Cancel
Save

Powered by TurnKey Linux.