mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Fix previous commit
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Github:
|
||||
def get_method( self ):
|
||||
return self.__verb
|
||||
|
||||
def _rawRequest( self, verb, url, data = None ):
|
||||
def _dataRequest( self, verb, url, data = None ):
|
||||
assert( verb in [ "HEAD", "GET", "POST", "PATCH", "PUT", "DELETE" ] )
|
||||
|
||||
# print verb, url, data
|
||||
|
||||
Reference in New Issue
Block a user