aboutsummaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index d1542c8..dd54d37 100644
--- a/main.py
+++ b/main.py
@@ -111,7 +111,7 @@ def main():
sys.exit(1)
df, last_modified = get_latest_data()
- print(f"Last modified: {last_modified}")
+ print(f"Last updated: {last_modified}")
df_filtered = filter_df(df, args, location)
git.ajschof.me — hosted by ajschofield — powered by cgit