Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
jokruger committed May 27, 2020
1 parent 85133fc commit 667113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warm.py
Expand Up @@ -51,7 +51,7 @@ def warm_app(id, short_name, featured=False):
cached_apps.n_completed_tasks(id)
cached_apps.n_volunteers(id)
if n_task_runs >= 1000 or featured:
print "Getting stats for %s as it has %s task runs" % (short_name, n_task_runs)
print("Getting stats for %s as it has %s task runs" % (short_name, n_task_runs))
stats.get_stats(id)
apps_cached.append(id)

Expand Down

0 comments on commit 667113e

Please sign in to comment.