1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-20 07:55:09 +00:00

fix debugging

This commit is contained in:
VarMonke 2022-04-16 10:20:39 +05:30
parent 3b71c8e247
commit 71901dce4b
2 changed files with 1 additions and 1 deletions

View file

@ -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 = {