Rev668, Stop if UiServer bind failed to avoid double start
This commit is contained in:
parent
35b0019be2
commit
c9578e9037
2 changed files with 7 additions and 2 deletions
|
@ -8,7 +8,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.3.4"
|
||||
self.rev = 667
|
||||
self.rev = 668
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.createParser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue