Skip to content

Commit be34a00

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d8866bc commit be34a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/plugin/shortlink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def handle_client_request(
6565
path = SLASH if not request.path else request.path
6666
self.client.queue(
6767
seeOthersResponse(
68-
b"https://" + self.SHORT_LINKS[request.host] + path,
68+
b'https://' + self.SHORT_LINKS[request.host] + path,
6969
),
7070
)
7171
else:

0 commit comments

Comments
 (0)