mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Forgot to map to strings.
This commit is contained in:
parent
06be2a6474
commit
67d0e2fedc
@ -223,7 +223,7 @@ if __name__ == '__main__':
|
||||
port = 0
|
||||
else:
|
||||
port = 6667
|
||||
server = ':'.join((serverString, port))
|
||||
server = ':'.join(map(str, [serverString, port]))
|
||||
|
||||
# nick
|
||||
if nick:
|
||||
|
Loading…
Reference in New Issue
Block a user