Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 18, 2020 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfarah86/831e295b663aceb93603d9986c815b43 to your computer and use it in GitHub Desktop.
Save nfarah86/831e295b663aceb93603d9986c815b43 to your computer and use it in GitHub Desktop.
Main function
def main():
sample_job_every_120s()
if __name__ == "__main__":
tl.start(block=True)
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment