Skip to content

Commit e233b70

Browse files
committed
formated
1 parent 18c65d1 commit e233b70

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test-metatrader5-integration.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ jobs:
6161
shell: pwsh
6262
run: |
6363
python - <<EOF
64-
import MetaTrader5 as mt5
65-
import time
64+
import MetaTrader5 as mt5
65+
import time
6666

67-
print('Testing MT5 initialization...')
68-
time.sleep(5) # Extra sleep to ensure MT5 ready
67+
print('Testing MT5 initialization...')
68+
time.sleep(5) # Extra sleep to ensure MT5 ready
6969

70-
if not mt5.initialize():
71-
print('Failed to initialize:', mt5.last_error())
72-
exit(1)
73-
else:
74-
print('MT5 initialized successfully')
75-
mt5.shutdown()
76-
EOF
70+
if not mt5.initialize():
71+
print('Failed to initialize:', mt5.last_error())
72+
exit(1)
73+
else:
74+
print('MT5 initialized successfully')
75+
mt5.shutdown()
76+
EOF
7777

0 commit comments

Comments
 (0)