mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
13ba1565fa
commit
ba77de00b2
|
@ -622,7 +622,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
|
|
||||||
def _quoted_redirect(self, redirect: str) -> str:
|
def _quoted_redirect(self, redirect: str) -> str:
|
||||||
"""hashtags sometimes contain non-ascii characters which
|
"""hashtag screen urls sometimes contain non-ascii characters which
|
||||||
need to be url encoded
|
need to be url encoded
|
||||||
"""
|
"""
|
||||||
if '/tags/' not in redirect:
|
if '/tags/' not in redirect:
|
||||||
|
|
Loading…
Reference in New Issue