dont hardcode server url

This commit is contained in:
j 2013-04-29 16:19:11 +02:00
parent 97ed530717
commit 163fbf2cb4

View File

@ -718,7 +718,6 @@ class Client(object):
sys.exit(1)
import client
url = args[0]
url = 'http://127.0.0.1:8789'
if len(args) == 1:
name = socket.gethostname()
else: