oops syntax error

so what is the good of pre-commit?
This commit is contained in:
Jean-Paul Calderone 2020-12-14 18:40:18 -05:00
parent 5c6e0a2bb4
commit a97184868d

View File

@ -671,7 +671,7 @@ def create_connection_handlers(config, i2p_provider, tor_provider):
"tcp": _make_tcp_handler(),
"tor": tor_provider.get_tor_handler(),
"i2p": i2p_provider.get_i2p_handler(),
})
}
log.msg(
format="built Foolscap connection handlers for: %(known_handlers)s",
known_handlers=sorted([k for k,v in handlers.items() if v]),