mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix info message in tornado server starter
Yes I know it's a 1 character replace
This commit is contained in:
parent
f82241f728
commit
d97bcc608f
@ -224,7 +224,7 @@ class Webserver:
|
||||
f"is up and ready for connections."
|
||||
)
|
||||
|
||||
Console.info("Server Init Complete: Listening For Connections:")
|
||||
Console.info("Server Init Complete: Listening For Connections!")
|
||||
|
||||
self.ioloop = tornado.ioloop.IOLoop.current()
|
||||
self.ioloop.start()
|
||||
|
Loading…
Reference in New Issue
Block a user