We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1451a95 commit 0a35d0bCopy full SHA for 0a35d0b
1 file changed
tests/integration/test_mt5_connection.py
@@ -1,6 +1,13 @@
1
import MetaTrader5 as mt5
2
import time
3
import sys
4
+import os
5
+import logging
6
+
7
+# Configure logging
8
+logger = logging.getLogger(__name__)
9
+logger.setLevel(logging.INFO)
10
11
12
print('Testing MT5 initialization...')
13
0 commit comments