github.tasks: the github api is rooted at api.github.com
This commit is contained in:
parent
04c22dd56e
commit
f6f077b789
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from .lister import GitHubLister
|
|||
class GitHubListerTask(ListerTaskBase):
|
||||
def new_lister(self):
|
||||
return GitHubLister(lister_name='github.com',
|
||||
api_baseurl='https://github.com')
|
||||
api_baseurl='https://api.github.com')
|
||||
|
||||
|
||||
class IncrementalGitHubLister(GitHubListerTask, IndexingDiscoveryListerTask):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue