From 11754b56e37193b401fc4b954afc162cd9da03fe Mon Sep 17 00:00:00 2001 From: Juhani Haverinen Date: Wed, 3 Aug 2016 01:14:58 +0300 Subject: [PATCH] Change default port as we replace gophersrv --- neomi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomi.py b/neomi.py index df13ef2..3e02971 100644 --- a/neomi.py +++ b/neomi.py @@ -16,7 +16,7 @@ default_config.charset = 'utf-8' default_config.fallback_mimetype = 'application/octet-stream' default_config.gopher_root = pathlib.Path(os.environ['HOME']) / 'gopher' default_config.max_threads = 8192 -default_config.port = 7777 +default_config.port = 7070 default_config.recognised_selectors = ['0', '1', '5', '9', 'g', 'h', 'I', 's'] default_config.request_max_size = 8192 default_config.socket_timeout = 1