Skip to content

Commit

Permalink
优化动态端口显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 9, 2018
1 parent 131dbc6 commit 2f63b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def __str__(self):
IP: {color_ip}
Port: {self.port}
TLS: {tls}
{node}{tfo}{dyp}
{node}{tfo}
{dyp}
'''.format(self=self, color_ip=color_str(Color.FUCHSIA, self.ip), node=node,tfo=tfo,dyp=dyp,tls=tls)
result = "{0}{1}\n\n{2}\n\n".format(result, temp.strip(), node.link(self.ip, self.port, self.tls))
return result
Expand Down

0 comments on commit 2f63b43

Please sign in to comment.