From 6996b5829d287d685b0694d0d86c4283d825cabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Jaworski?= Date: Thu, 30 May 2019 11:34:29 +0200 Subject: [PATCH] host.py clean up --- tools/.gitignore | 1 - tools/{host.py_example => host.py} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename tools/{host.py_example => host.py} (53%) diff --git a/tools/.gitignore b/tools/.gitignore index b6cea80..684e222 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,2 @@ __pycache__ -host.py host.pyc diff --git a/tools/host.py_example b/tools/host.py similarity index 53% rename from tools/host.py_example rename to tools/host.py index 26bce0b..b3f8ab5 100644 --- a/tools/host.py_example +++ b/tools/host.py @@ -1,2 +1,2 @@ concordia_host = 'localhost' -concordia_port = '' +concordia_port = '10001'