mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Merge branch 'master' into topic/RewriteWithGeneratedCode
Conflicts: github/Github.py github/Requester.py
This commit is contained in:
@@ -7,8 +7,8 @@ import PaginatedList
|
||||
from GithubObject import LazyCompletion, ImmediateCompletion
|
||||
|
||||
class Github( object ):
|
||||
def __init__( self, login, password ):
|
||||
self.__requester = Requester( login, password )
|
||||
def __init__( self, login_or_token = None, password = None ):
|
||||
self.__requester = Requester( login_or_token, password )
|
||||
|
||||
@property
|
||||
def rate_limiting( self ):
|
||||
|
||||
Reference in New Issue
Block a user