Skip to content

Commit

Permalink
Merge pull request #2963 from mitre/fix/errant_info_log_line
Browse files Browse the repository at this point in the history
errant logging line
  • Loading branch information
elegantmoose committed Apr 26, 2024
2 parents 83d4e77 + 5a2ed39 commit 30fdd63
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 30fdd63

Please sign in to comment.