Fix typo in "All server stopped"
This commit is contained in:
parent
1c73d1a095
commit
72e5d3df64
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class Actions(object):
|
|||
|
||||
logging.info("Starting servers....")
|
||||
gevent.joinall([gevent.spawn(ui_server.start), gevent.spawn(file_server.start)])
|
||||
logging.info("All server stopped")
|
||||
logging.info("All servers stopped")
|
||||
|
||||
# Site commands
|
||||
|
||||
|
|
Loading…
Reference in a new issue