diff --git a/src/engine/src/Server.py b/src/engine/src/Server.py index e38608e..ca0375e 100644 --- a/src/engine/src/Server.py +++ b/src/engine/src/Server.py @@ -57,7 +57,7 @@ def __call__(self): workers, establishes a connection with RabbitMQ, creates the channel, exchanges, and queues, and begins consuming from the inbound queue""" - logger.info(f"{lbuffer_str('[SERVER]')} Starting server") + logger.info(f"{lbuffer_str('[SERVER]')} Starting server") # Initialize plugins logger.info(f"{lbuffer_str('[SERVER]')} Loading plugins {PLUGINS}")