host.py clean up

This commit is contained in:
Rafał Jaworski 2019-05-30 11:34:29 +02:00
parent b92d166be6
commit 6996b5829d
2 changed files with 1 additions and 2 deletions

1
tools/.gitignore vendored
View File

@ -1,3 +1,2 @@
__pycache__ __pycache__
host.py
host.pyc host.pyc

View File

@ -1,2 +1,2 @@
concordia_host = 'localhost' concordia_host = 'localhost'
concordia_port = '' concordia_port = '10001'