You've already forked wakapi-readme-stats
FIX: Updated README.md
This commit is contained in:
5
main.py
5
main.py
@@ -157,10 +157,7 @@ def get_stats():
|
|||||||
stats = ''
|
stats = ''
|
||||||
|
|
||||||
if showCommit.lower() in ['true', '1', 't', 'y', 'yes']:
|
if showCommit.lower() in ['true', '1', 't', 'y', 'yes']:
|
||||||
try:
|
stats = stats + generate_commit_list() + '\n\n'
|
||||||
stats = stats + generate_commit_list() + '\n\n'
|
|
||||||
except Exception as ex:
|
|
||||||
print("GitHub Personal access token not configured properly or invalid" + str(ex))
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
request = requests.get(
|
request = requests.get(
|
||||||
|
|||||||
Reference in New Issue
Block a user