diff --git a/ed_lrr_gui/config.py b/ed_lrr_gui/config.py index 6bf3d79..475be94 100644 --- a/ed_lrr_gui/config.py +++ b/ed_lrr_gui/config.py @@ -26,10 +26,10 @@ cfg.init( comment="history of systems.json download paths", ) cfg.init( - "history.out_path", + "history.stars_csv_path", [], "path_list", - comment="history of output paths (stars.csv and precomputed graphs)", + comment="history of paths for stars.csv", ) cfg.init("route.range", 7.56, comment="jump range") cfg.init("route.primary", False, comment="only route through primary stars")