Fixing formatting

This commit is contained in:
aewens 2018-10-02 17:32:27 -04:00
parent be8adb6d7a
commit b3fd8fdbc0
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ def store_url(url, addr):
if is_fhost_url(url):
return segfault(508)
# handler to convert gopher links to HTTP(S) proxy
# handler to convert gopher links to HTTP(S) proxy
gopher = "gopher://"
if url[:len(gopher)] = gopher:
address = url.split(gopher, 1)[1]