Created
May 18, 2020 06:48
-
-
Save nfarah86/831e295b663aceb93603d9986c815b43 to your computer and use it in GitHub Desktop.
Main function
This file contains 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
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