Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created May 20, 2021 17:35
Show Gist options
  • Save afcotroneo/65b636caa66c1c6ac8fd113874540832 to your computer and use it in GitHub Desktop.
Save afcotroneo/65b636caa66c1c6ac8fd113874540832 to your computer and use it in GitHub Desktop.
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