You've already forked wakapi-readme-stats
Merge pull request #132 from subhalingamd/master
Fix Timeline Chart URL for use in Github Pages
This commit is contained in:
2
main.py
2
main.py
@@ -464,7 +464,7 @@ def get_stats(github):
|
|||||||
loc = LinesOfCode(id, username, ghtoken, repositoryList)
|
loc = LinesOfCode(id, username, ghtoken, repositoryList)
|
||||||
loc.calculateLoc()
|
loc.calculateLoc()
|
||||||
stats += '**' + translate['Timeline'] + '**\n\n'
|
stats += '**' + translate['Timeline'] + '**\n\n'
|
||||||
stats = stats + ' \n\n'
|
stats = stats + ' \n\n'
|
||||||
|
|
||||||
return stats
|
return stats
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user