dont hardcode server url
This commit is contained in:
parent
97ed530717
commit
163fbf2cb4
1 changed files with 0 additions and 1 deletions
|
@ -718,7 +718,6 @@ class Client(object):
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
import client
|
import client
|
||||||
url = args[0]
|
url = args[0]
|
||||||
url = 'http://127.0.0.1:8789'
|
|
||||||
if len(args) == 1:
|
if len(args) == 1:
|
||||||
name = socket.gethostname()
|
name = socket.gethostname()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue