aboutsummaryrefslogtreecommitdiff
path: root/ppad/__init__.py
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-11-04 21:14:03 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-11-04 21:14:03 +0900
commit42e245de05f229a9c4384892b8f5ac9ee52c76f1 (patch)
treec07408f74a22fa689c71481df7eb329c6e393300 /ppad/__init__.py
parent28b5ca5c98888cd3b7160e76ec8899796ff7e885 (diff)
downloadppad-42e245de05f229a9c4384892b8f5ac9ee52c76f1.tar.gz
ppad-42e245de05f229a9c4384892b8f5ac9ee52c76f1.tar.bz2
ppad-42e245de05f229a9c4384892b8f5ac9ee52c76f1.zip
add a progress status message.
Diffstat (limited to 'ppad/__init__.py')
-rwxr-xr-xppad/__init__.py1
1 files changed, 1 insertions, 0 deletions
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()