From 71901dce4baf774cd792e87c859c169893c0e392 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Sat, 16 Apr 2022 10:20:39 +0530 Subject: [PATCH] fix debugging --- .gitignore | 1 + Github/http.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a488c39..975664a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ #var is weird test.py +.vscode/ # C extensions *.so diff --git a/Github/http.py b/Github/http.py index c0d87ba..51e834a 100644 --- a/Github/http.py +++ b/Github/http.py @@ -261,7 +261,6 @@ class http: return await result.json() raise InvalidToken - async def create_repo(self, name: str, description: str, public: bool, gitignore: str, license: str) -> GithubRepoData: """Creates a repo for you with given data""" data = {