diff --git a/RepoFunctions.py b/RepoFunctions.py index d507265..16f31e3 100644 --- a/RepoFunctions.py +++ b/RepoFunctions.py @@ -56,7 +56,7 @@ def get_pull_requests_message(org, repo_name): for pr in top5_prs: message = message + "
" - message += '{} - {} by {} ... {}'.format(pr['created_at'], pr['title'], pr['user']['login'], pr['url']) + message += '{} - {} by {} ... {}'.format(pr['created_at'], pr['title'], pr['user']['login'], pr['_links']['html']['href']) return message diff --git a/__pycache__/RepoFunctions.cpython-38.pyc b/__pycache__/RepoFunctions.cpython-38.pyc index b48b216..a0747a8 100644 Binary files a/__pycache__/RepoFunctions.cpython-38.pyc and b/__pycache__/RepoFunctions.cpython-38.pyc differ