added while loop

pull/145/head
alanbjohnston 4 years ago committed by GitHub
parent 2e290db197
commit ba5f042bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,8 @@
import tago import tago
print("Input telemetry string") while (true):
print("Input telemetry string (or Control-C to exit)")
telem_string = input() telem_string = input()

Loading…
Cancel
Save

Powered by TurnKey Linux.