diff --git a/fhost.py b/fhost.py index b667472..7398b77 100755 --- a/fhost.py +++ b/fhost.py @@ -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]