Created
May 20, 2021 17:35
-
-
Save afcotroneo/65b636caa66c1c6ac8fd113874540832 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while True: | |
outputdf = getsatpos(satid) | |
con.con.load_table(t.name, outputdf) | |
time.sleep(5) # Sleep for 5 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment