fixed gopher/nex fetching

This commit is contained in:
Luxferre
2024-11-21 19:49:38 +02:00
parent 4a38c24aba
commit 9d61b2ceb5
+1 -1
View File
@@ -45,7 +45,7 @@ proc url2dict {inputurl} {
gophers -
gopher {
if {$rport eq ""} {set rport 70}
set selector [string cat "/" [string range $rpath 1 end] "\r\n"]
set selector [string cat "/" $rpath "\r\n"]
dict set out handler render_handler_gopher
}
finger {