diff --git a/corrlib/tools.py b/corrlib/tools.py index c320150..14bfc05 100644 --- a/corrlib/tools.py +++ b/corrlib/tools.py @@ -20,7 +20,10 @@ def k2m(k): def get_file(path, file): - print("Loading data...") + if file == "backlogger.db": + print("Downloading database...") + else: + print("Downloading data...") dl.get(os.path.join(path, file), dataset=path) print("> downloaded file") \ No newline at end of file