diff --git a/main.py b/main.py index 7df5df0..d682da1 100644 --- a/main.py +++ b/main.py @@ -454,7 +454,7 @@ def get_stats(github): stats = stats + generate_language_per_repo(repositoryList) + '\n\n' if showLocChart.lower() in truthy: - lloc = LinesOfCode(id, username, ghtoken, repositoryList, ignored_repos_name) + loc = LinesOfCode(id, username, ghtoken, repositoryList, ignored_repos_name) yearly_data = loc.calculateLoc() loc.plotLoc(yearly_data) stats += '**' + translate['Timeline'] + '**\n\n'