Wrapped location urls in escape sequence

master
Joey Hines 2020-02-09 17:46:54 -06:00
parent 555b1fd3ee
commit 5adbf179e3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def formatted_location_info(location, base_url):
info.append(formatted_location(location))
info.append(get_full_link(base_url, location["link"]))
info.append("<{}>".format(get_full_link(base_url, location["link"])))
return info