fix api docs
This commit is contained in:
parent
bbb9832de6
commit
a8866ca3b3
2 changed files with 3 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ def run():
|
|||
else:
|
||||
host = settings.server['address']
|
||||
url = 'http://%s:%s/' % (host, settings.server['port'])
|
||||
print('open browser at %s', url)
|
||||
print('open browser at %s' % url)
|
||||
try:
|
||||
state.main.start()
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue