diff --git a/proxy/plugin/shortlink.py b/proxy/plugin/shortlink.py index 9f3802d9a7..6c918d2506 100644 --- a/proxy/plugin/shortlink.py +++ b/proxy/plugin/shortlink.py @@ -65,7 +65,7 @@ def handle_client_request( path = SLASH if not request.path else request.path self.client.queue( seeOthersResponse( - b"http://" + self.SHORT_LINKS[request.host] + path, + b'http://' + self.SHORT_LINKS[request.host] + path, ), ) else: