Skip to content

Commit

Permalink
Fixed bug with invalid "address" option type.
Browse files Browse the repository at this point in the history
  • Loading branch information
eterey committed Jun 25, 2014
1 parent 2442719 commit bfea0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
'address',
default=None,
help='domain name for monitoring system',
type=int
type=str
)
define(
'port',
Expand Down

0 comments on commit bfea0bf

Please sign in to comment.