From cfcba6008e17006392998ec95ec557b00c615030 Mon Sep 17 00:00:00 2001 From: Subhalingam D Date: Sun, 22 Nov 2020 23:51:52 +0530 Subject: [PATCH] fix timeline chart url for gh-pages --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3667f99..bebdce0 100644 --- a/main.py +++ b/main.py @@ -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