README.md: Align github sample run

This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-07-17 14:04:53 +02:00
parent 63cff5b337
commit 7fadb1f609
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -71,8 +71,7 @@ Local deployment
$ python3
>>> import logging
>>> logging.basicConfig(level=logging.DEBUG)
>>> from swh.lister.github.tasks import RangeGitHubLister
>>> RangeGitHubLister().run(364, 365)
>>> from swh.lister.github.tasks import RangeGitHubLister; RangeGitHubLister().run(364, 365)
INFO:root:listing repos starting at 364
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.github.com
DEBUG:urllib3.connectionpool:https://api.github.com:443 "GET /repositories?since=364 HTTP/1.1" 200 None