Quoted redirects

merge-requests/30/head
Bob Mottram 2021-07-12 10:19:53 +01:00
parent 4b7ce92ae7
commit bdda8c9bf4
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ class PubServer(BaseHTTPRequestHandler):
return True
return False
def _quotedRedirect(redirect: str) -> str:
def _quotedRedirect(self, redirect: str) -> str:
"""URL encodes any non-ascii characters for url redirects
"""
if '/' not in redirect: