Fix typo in "All server stopped"

This commit is contained in:
Vadim Ushakov 2021-10-20 14:28:22 +07:00
parent 1c73d1a095
commit 72e5d3df64

View file

@ -155,7 +155,7 @@ class Actions(object):
logging.info("Starting servers....") logging.info("Starting servers....")
gevent.joinall([gevent.spawn(ui_server.start), gevent.spawn(file_server.start)]) gevent.joinall([gevent.spawn(ui_server.start), gevent.spawn(file_server.start)])
logging.info("All server stopped") logging.info("All servers stopped")
# Site commands # Site commands