Skip to content

Commit

Permalink
Update walkstac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Aug 22, 2024
1 parent 28ca402 commit 61ad84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs/walkstac.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def generate_sitemap(folder_path, sitemap_path, repo):
if not os.path.exists("." + folder_path):
return
# Specify the directory you want to list
base_url = 'https://raw.githubusercontent.com/earthcube/stacIndexer/yl_dv' + folder_path + '/'
base_url = 'https://raw.githubusercontent.com/earthcube/stacIndexer/master' + folder_path + '/'
xml_content = '<?xml version="1.0" encoding="UTF-8"?>\n'
xml_content += '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">\n'

Expand Down

0 comments on commit 61ad84c

Please sign in to comment.