From 754f7dc26ddc82a11c45a114cbdd49c17786ae7b Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 4 May 2026 20:58:05 +0100 Subject: remove arg radius parsing from process_stations() --- fnme/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnme/cli.py') diff --git a/fnme/cli.py b/fnme/cli.py index 385af76..aa49ec1 100644 --- a/fnme/cli.py +++ b/fnme/cli.py @@ -49,7 +49,7 @@ def main(): print(f"Last updated: {last_modified}") - df_filtered = process_stations(df, args, location) + df_filtered = process_stations(df, args.radius, location) sorted_stations_list = sort_stations(df_filtered, args.sort) -- cgit v1.2.3