Skip to content

Commit

Permalink
Added currency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 19, 2012
1 parent 0553c45 commit fe9e736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion results.txt
@@ -1,4 +1,4 @@
Average contributions by project:
Average contributions by project in USD:
OUYA: A New Kind of Video Game Console 135.56
Shadowrun Online 93.10
Tex Murphy - Project Fedora 85.90
Expand Down
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -231,7 +231,7 @@ def scrape_and_save():
def print_average_contributions():
projects = load_projects()
fm = FunnyMath(projects)
print 'Average contributions by project:'
print 'Average contributions by project in USD:'
for project, avg in fm.list_averages():
print ' %-60s%13.2f' % (project, avg)

Expand Down

0 comments on commit fe9e736

Please sign in to comment.