mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Refactor templates
This commit is contained in:
@@ -167,7 +167,7 @@ class AuthenticatedUser( object ):
|
||||
pass
|
||||
|
||||
def create_fork( self, repo ):
|
||||
result = self.__github._Request(
|
||||
result = self.__github._statusRequest(
|
||||
"POST",
|
||||
"/repos/" + repo.owner.login + "/" + repo.name + "/forks",
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user