Add 1.17 port number back

Once the server gets turned off the port number should be moved to the deactivated list instead of removed.
This commit is contained in:
Gunter Labes 2024-02-25 19:27:03 +01:00
parent 2eeccd98d8
commit 9371562454
No known key found for this signature in database
GPG key ID: C0C7B971CC910216

View file

@ -28,6 +28,7 @@ class CampaignClient:
# First port listed will be used as default.
portmap = (
("15018", "1.18.x"),
("15017", "1.17.x"),
("15016", "1.16.x"),
("15014", "1.14.x"),
("15004", "trunk"),