From a0d201178979609e23e29aaac18d19f53f030d52 Mon Sep 17 00:00:00 2001 From: gounux Date: Tue, 2 Jul 2024 14:37:47 +0200 Subject: [PATCH] edit json feed updated URL --- geotribu_cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geotribu_cli/constants.py b/geotribu_cli/constants.py index 6f839d6..b0196d2 100644 --- a/geotribu_cli/constants.py +++ b/geotribu_cli/constants.py @@ -108,7 +108,7 @@ class GeotribuDefaults: # JSON Feed json_path_created = "feed_json_created.json" - json_path_updated = "feed_json_created.json" + json_path_updated = "feed_json_updated.json" # RSS rss_path_created: str = "feed_rss_created.xml"