Skip to content

Commit 0a35d0b

Browse files
committed
refine script
1 parent 1451a95 commit 0a35d0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/integration/test_mt5_connection.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import MetaTrader5 as mt5
22
import time
33
import sys
4+
import os
5+
import logging
6+
7+
# Configure logging
8+
logger = logging.getLogger(__name__)
9+
logger.setLevel(logging.INFO)
10+
411

512
print('Testing MT5 initialization...')
613

0 commit comments

Comments
 (0)