Use None for empty value

This commit is contained in:
YOKOTA Hiroshi 2023-11-21 20:30:40 +09:00
parent 4d3553a115
commit 2f751d3dab

View File

@ -110,7 +110,7 @@ raw_options = (
' there are more than this number of items. Set to zero to disable.'),
_('The interface on which to listen for connections'),
'listen_on', '',
'listen_on', None,
_('The default is to listen on all available IPv6 and IPv4 interfaces. You can change this to, for'
' example, "127.0.0.1" to only listen for connections from the local machine, or'
' to "::" to listen to all incoming IPv6 and IPv4 connections.'),