From 7fadb1f60906f0b6e17b48acaf3b5d266c2bf3c2 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Tue, 17 Jul 2018 14:04:53 +0200 Subject: [PATCH] README.md: Align github sample run --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b7571..7e69007 100644 --- a/README.md +++ b/README.md @@ -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