mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
oops syntax error
so what is the good of pre-commit?
This commit is contained in:
parent
5c6e0a2bb4
commit
a97184868d
@ -671,7 +671,7 @@ def create_connection_handlers(config, i2p_provider, tor_provider):
|
|||||||
"tcp": _make_tcp_handler(),
|
"tcp": _make_tcp_handler(),
|
||||||
"tor": tor_provider.get_tor_handler(),
|
"tor": tor_provider.get_tor_handler(),
|
||||||
"i2p": i2p_provider.get_i2p_handler(),
|
"i2p": i2p_provider.get_i2p_handler(),
|
||||||
})
|
}
|
||||||
log.msg(
|
log.msg(
|
||||||
format="built Foolscap connection handlers for: %(known_handlers)s",
|
format="built Foolscap connection handlers for: %(known_handlers)s",
|
||||||
known_handlers=sorted([k for k,v in handlers.items() if v]),
|
known_handlers=sorted([k for k,v in handlers.items() if v]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user