ifiguero 2024-03-10 01:19:49 -03:00
parent ef21afbcfe
commit 723ed6a9cd
1 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,5 @@ def download_file_backend():
sched = BlockingScheduler()
sched.add_job(rutina_principal, 'interval', seconds=int(os.environ.get('INTERVAL'))) #will do the print_t work for every 30 seconds
if __name__ == '__main__':
init_db(db, engine)
sched.start()