diff options
| author | Alex Schofield <git@ajschof.me> | 2026-04-24 22:18:58 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-04-24 22:18:58 +0100 |
| commit | efff899e7cd0f09912c22002379d6058613f8f9e (patch) | |
| tree | 9cb5cacf986907e516db88661e9036ed6f1d618e | |
| parent | fcb7904d6a2a28fc81a731572eda42d5b60b1d15 (diff) | |
| download | fuelnearme-efff899e7cd0f09912c22002379d6058613f8f9e.tar.gz fuelnearme-efff899e7cd0f09912c22002379d6058613f8f9e.zip | |
remove total stations output
| -rw-r--r-- | main.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -100,8 +100,6 @@ def main(): df_processed = process_data(df) - print(f"\n{Fore.MAGENTA}Stations: " + Style.RESET_ALL + str(len(df_processed))) - df_filtered = filter_df(df_processed, args, location) sorted_stations_list = sort_list_of_stations(df_filtered, args) |
