Skip to content

Commit 2f92c75

Browse files
committed
feat: enhance initialization message with an owl emoji for better visibility
1 parent e0f8775 commit 2f92c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trader/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def shutdown(self):
652652

653653
def run_init(config_path: Path) -> None:
654654
print("===============================================")
655-
print(" Moltrade Trader Init (no trading will run)")
655+
print(" 🦉 Moltrade Trader Init (no trading will run)")
656656
print("===============================================")
657657

658658
example = config_path.parent / "config.example.json"

0 commit comments

Comments
 (0)