Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol098 committed Dec 6, 2021
1 parent 3d72c05 commit c4738ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def get_line_of_code():
total_loc = sum(
[yearly_data[year][quarter][lang] for year in yearly_data for quarter in yearly_data[year] for lang in
yearly_data[year][quarter]])
return humanize.intword(int(total_loc))
return millify(int(total_loc))


def get_short_info(github):
Expand Down

0 comments on commit c4738ce

Please sign in to comment.