merge-requests/30/head
Bob Mottram 2023-03-02 14:18:56 +00:00
parent 9c61fdcd17
commit 7866018573
1 changed files with 0 additions and 3 deletions

View File

@ -4446,9 +4446,6 @@ class PubServer(BaseHTTPRequestHandler):
search_str = \
urllib.parse.unquote_plus(search_str.strip())
search_str = search_str.strip()
# hashtags can be combined case
#if not search_str.startswith('#'):
# search_str = search_str.lower()
print('search_str: ' + search_str)
if search_for_emoji:
search_str = ':' + search_str + ':'