util: Addr.fromstring(): minor rcode style fix
This commit is contained in:
parent
949eec3dc9
commit
44aad914a3
@ -60,7 +60,7 @@ class Addr:
|
||||
|
||||
if not colons:
|
||||
host = addr
|
||||
port= None
|
||||
port = None
|
||||
else:
|
||||
host, port = addr.split(':')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user