fix syntax error

master
Christian Ulrich 2020-11-15 14:11:31 +01:00
parent 9e87c777c7
commit 22950304fe
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import ../../message
import random
const rendezvousServers: seq[tuple[hostname: string, port: Port]] = @[
("strangeplace.net", Port(5320))
("strangeplace.net", Port(5320)),
("ulrich.earth", Port(5320))
]