From f13ca4d717e0d180fafbf04d2ab87c38e22c1658 Mon Sep 17 00:00:00 2001 From: Ayoub-DevDz <89262165+Ayoub-DevDz@users.noreply.github.com> Date: Fri, 20 Aug 2021 16:22:48 +0200 Subject: [PATCH] user update user update description --- GithubInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GithubInfo.py b/GithubInfo.py index f38a188..92384e6 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 +# play with your Github objects def get_pull_requests(): pull_requests = [] for repo in g.get_user().get_repos(): # if repo.name == "DevTraining":