don't guide folks to the deprecated config item

This commit is contained in:
Jean-Paul Calderone 2020-11-16 15:02:18 -05:00
parent 0258bb7295
commit 60e0056ad8

View File

@ -480,8 +480,7 @@ class _Config(object):
if tahoe_cfg_introducer_furl == "None":
raise ValueError(
"tahoe.cfg has invalid 'introducer.furl = None':"
" to disable it, use 'introducer.furl ='"
" or omit the key entirely"
" to disable it omit the key entirely"
)
if tahoe_cfg_introducer_furl:
warn(