From 2f16d95d50ccda5c57a37103cd780a7e1056fabc Mon Sep 17 00:00:00 2001 From: bpmcdevitt Date: Sat, 22 Feb 2025 19:19:28 +0000 Subject: [PATCH] testing adding a comment on new git instance --- github_searcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github_searcher.py b/github_searcher.py index 4ece5dc..e5e3185 100644 --- a/github_searcher.py +++ b/github_searcher.py @@ -7,6 +7,7 @@ from github import Github, Auth, GithubException # Configure logging logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') +# authentication def auth(): access_token = os.getenv("GITHUB_ACCESS_TOKEN") if not access_token: @@ -187,4 +188,4 @@ def main(): print(item) if __name__ == "__main__": - main() \ No newline at end of file + main()