Update print statement from 'Hello' to 'Goodbye'

This commit is contained in:
Vittus Mikiassen
2026-06-16 13:47:24 +02:00
committed by GitHub
parent 6aad8886e5
commit 8f9a98db44
+1 -1
View File
@@ -1711,7 +1711,7 @@ def test_bot(symbol="XAUUSD"):
now = datetime.now()
seconds_until_next_5m = (
300
(5 - now.minte % 5) * 60
- now.second
- now.microsecond / 1_000_000
)