diff --git a/main.py b/main.py index b056db2..ab760c7 100644 --- a/main.py +++ b/main.py @@ -157,10 +157,7 @@ def get_stats(): stats = '' if showCommit.lower() in ['true', '1', 't', 'y', 'yes']: - try: - stats = stats + generate_commit_list() + '\n\n' - except Exception as ex: - print("GitHub Personal access token not configured properly or invalid" + str(ex)) + stats = stats + generate_commit_list() + '\n\n' try: request = requests.get(