Update rank_photos.py

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-11-10 12:17:47 +00:00
parent e7b3f8d4ee
commit e1b24bf016
1 changed files with 2 additions and 2 deletions

View File

@ -466,9 +466,9 @@ better photo.
ranked_list = table.get_ranked_list()
heading_fmt = "%4d %4.0f %7d %7.2f %s\n"
heading_fmt = "%4d %4.0f %7d %7.2f %s\n"
heading = "Rank Score Matches Win % Filename\n"
heading = "Rank Score Matches Win % Filename\n"
fd.write(heading)