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