AV-98-fork

A fork of https://tildegit.org/solderpunk/AV-98
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit ec38b5de4c0ecd087bda3a6297bd9c3fdf7431ba
parent 0f964b0128459768af0750425bd29fc9bad85b0f
Author: Solderpunk <solderpunk@sdf.org>
Date:   Mon, 12 Aug 2019 18:08:11 +0300

Whoops!  Set default proxy to localhost, not conman.  Sorry, Sean...

Diffstat:
Mav98.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/av98.py b/av98.py @@ -89,7 +89,7 @@ _ITEMTYPE_COLORS = { CRLF = '\r\n' -_GOPHER_PROXY_HOST = "gemini.conman.org" +_GOPHER_PROXY_HOST = "localhost" _GOPHER_PROXY_PORT = 1965 # Lightweight representation of an item in Geminispace