aboutsummaryrefslogtreecommitdiff
path: root/ppad/__init__.py
diff options
context:
space:
mode:
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()