mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39: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
|
port = 0
|
||||||
else:
|
else:
|
||||||
port = 6667
|
port = 6667
|
||||||
server = ':'.join((serverString, port))
|
server = ':'.join(map(str, [serverString, port]))
|
||||||
|
|
||||||
# nick
|
# nick
|
||||||
if nick:
|
if nick:
|
||||||
|
Loading…
Reference in New Issue
Block a user