mirror of https://gitlab.com/bashrc2/epicyon
Post url
parent
441fb0b2ab
commit
f35e9271d3
1
maps.py
1
maps.py
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue