From 03272806abfa6677a5696987768eaeda7182fffa Mon Sep 17 00:00:00 2001 From: dev-dz-pro <55029685+dev-dz-pro@users.noreply.github.com> Date: Fri, 20 Aug 2021 16:26:15 +0200 Subject: [PATCH] myupdate --- GithubInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GithubInfo.py b/GithubInfo.py index f38a188..bfa5e69 100644 --- a/GithubInfo.py +++ b/GithubInfo.py @@ -5,7 +5,7 @@ # First create a Github instance using an access token g = Github(os.environ["github_token"]) -# Then play with your Github objects +# Function thats return a list of puul requests as a tempates def get_pull_requests(): pull_requests = [] for repo in g.get_user().get_repos(): # if repo.name == "DevTraining":