From 42e245de05f229a9c4384892b8f5ac9ee52c76f1 Mon Sep 17 00:00:00 2001 From: Nao Ueda Date: Wed, 4 Nov 2020 21:14:03 +0900 Subject: add a progress status message. --- ppad/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ppad/__init__.py b/ppad/__init__.py index 39be363..1e19a80 100755 --- a/ppad/__init__.py +++ b/ppad/__init__.py @@ -83,6 +83,7 @@ def main(): _from, to = parse_span() + print("fetching log archives information ...", end="\r", file=sys.stderr) r = requests.get(ARCHIVES_URL, headers=HEADERS) r.raise_for_status() -- cgit v1.2.3-54-g00ecf