Skip to content

Commit 64dc134

Browse files
committed
Update python-sitemap.py
1 parent a9fab1b commit 64dc134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def generate_sitemap():
1818
if 'dash.plotly.com' in url:
1919
continue
2020
# Only include URLs that are under /python/
21-
if permalink.startswith('/python/'):
21+
if permalink.startswith('python/'):
2222
urls.append(url)
2323
except:
2424
pass

0 commit comments

Comments
 (0)