We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f8775 commit 2f92c75Copy full SHA for 2f92c75
trader/main.py
@@ -652,7 +652,7 @@ def shutdown(self):
652
653
def run_init(config_path: Path) -> None:
654
print("===============================================")
655
- print(" Moltrade Trader Init (no trading will run)")
+ print(" 🦉 Moltrade Trader Init (no trading will run)")
656
657
658
example = config_path.parent / "config.example.json"
0 commit comments