Merge pull request #132 from subhalingamd/master

Fix Timeline Chart URL for use in Github Pages
This commit is contained in:
Anmol Pratap Singh
2020-11-24 21:44:24 +05:30
committed by GitHub

View File

@@ -464,7 +464,7 @@ def get_stats(github):
loc = LinesOfCode(id, username, ghtoken, repositoryList)
loc.calculateLoc()
stats += '**' + translate['Timeline'] + '**\n\n'
stats = stats + '![Chart not found](https://github.com/' + username + '/' + username + '/blob/master/charts/bar_graph.png) \n\n'
stats = stats + '![Chart not found](https://raw.githubusercontent.com/' + username + '/' + username + '/master/charts/bar_graph.png) \n\n'
return stats