fix: config desc

This commit is contained in:
Youngjoon Lee 2024-05-24 17:31:30 +09:00
parent 5ea7d1152b
commit 812061ab60
No known key found for this signature in database
GPG Key ID: 09B750B5BD6F08A2

View File

@ -115,7 +115,7 @@ class P2PConfig:
def description(self):
return (
f"p2p_type: {self.type}\n"
f"conn_density: {self.connection_density}"
f"conn_density: {self.connection_density}\n"
f"max_net_latency: {self.max_network_latency:.2f}"
)