Skip to content
Snippets Groups Projects
Commit c41cf1f3 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Removing a print which was there only for debugging purposes

parent 3d5d36dc
No related merge requests found
Pipeline #3197 passed
......@@ -16,7 +16,6 @@ scheduler = BackgroundScheduler()
# with at least 5 minutes between each request. The following configuration allows for
# 10 concurrent requests.
random_minute = str(5*random.randint(0, 9))
print(random_minute)#
scheduler.add_job(refresh_cache, 'cron', hour='6', minute=random_minute)
#scheduler.add_job(refresh_cache, 'interval', seconds=60)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment