Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
python-handel
Commits
22522cc9
Commit
22522cc9
authored
Nov 17, 2017
by
Vincent Michel
Browse files
Fix handel-server script
parent
40be06ae
Pipeline
#1400
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/handel-server
View file @
22522cc9
...
...
@@ -50,7 +50,7 @@ def parse_args(args=None):
prog
=
'handel-server'
,
description
=
'Serve the handel interface over the network using zerorpc'
)
parser
.
add_argument
(
'--bind'
,
'-b'
,
default
=
''
,
metavar
=
'address'
,
'--bind'
,
'-b'
,
default
=
'
0.0.0.0
'
,
metavar
=
'address'
,
help
=
'Specify alternate bind address [default: all interfaces]'
)
parser
.
add_argument
(
'port'
,
action
=
'store'
,
default
=
8000
,
type
=
int
,
nargs
=
'?'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment