Skip to content

Commit

Permalink
update domain in sitemap generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Jun 3, 2024
1 parent 1dbf919 commit 8e8e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<changefreq>weekly</changefreq>
</url>"""

base_url = "https://tankpreise.uk/station/{}"
base_url = "https://mein-auto-tanken.de/station/{}"


def load_json(file):
Expand Down

0 comments on commit 8e8e8f3

Please sign in to comment.