main
Bob Mottram 2022-08-22 18:51:34 +01:00
parent 441fb0b2ab
commit f35e9271d3
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ def add_tag_map_links(tag_maps_dir: str, tag_name: str,
This is used to show a map for a particular hashtag
"""
tag_map_filename = tag_maps_dir + '/' + tag_name + '.txt'
post_url = post_url.replace('#', '/')
# read the existing map links
existing_map_links = []