mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-20 07:55:09 +00:00
fix debugging
This commit is contained in:
parent
3b71c8e247
commit
71901dce4b
2 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue