Skip to content
Snippets Groups Projects
Commit 54bc5f1c authored by David Trattnig's avatar David Trattnig
Browse files

style: remove special chars for readability

parent 125372f3
No related branches found
No related tags found
No related merge requests found
Pipeline #3378 passed
...@@ -129,7 +129,7 @@ with app.app_context(): ...@@ -129,7 +129,7 @@ with app.app_context():
federation = "enabled" federation = "enabled"
if config.get("enable_federation") == "false": if config.get("enable_federation") == "false":
federation = "disabled" federation = "disabled"
splash = "\n\n ░E░N░G░I░N░E░░░A░P░I░ - v%s running as %s node - Federation %s.\n\n" % ( splash = "\n\n Engine API - v%s running as %s node - Federation %s.\n\n" % (
get_version(), get_version(),
type, type,
federation, federation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment