Skip to content

Commit

Permalink
errant logging line
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed Apr 26, 2024
1 parent 83d4e77 commit 5a2ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Expand Up @@ -99,7 +99,7 @@ def run_tasks(services, run_vue_server=False):
loop.run_until_complete(start_vue_dev_server())
try:
logging.info("All systems ready.")
logging.info(print_rich_banner())
print_rich_banner()
loop.run_forever()
except KeyboardInterrupt:
loop.run_until_complete(
Expand Down

0 comments on commit 5a2ed39

Please sign in to comment.