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 c9bf73a commit 05d1610Copy full SHA for 05d1610
tests/integration/test_mt5_connection.py
@@ -25,7 +25,7 @@
25
success = False
26
for attempt in range(10):
27
if mt5.initialize(
28
- login=os.getenv("MT5_LOGIN"),
+ login=int(os.getenv("MT5_LOGIN")), # type: ignore[arg-type]
29
password=os.getenv("MT5_PASSWORD"),
30
server=os.getenv("MT5_SERVER"),
31
path=os.getenv("MT5_PATH"),
0 commit comments