Skip to content

Commit

Permalink
Update mql.py
Browse files Browse the repository at this point in the history
fix port
  • Loading branch information
traderpedroso authored Jun 16, 2023
1 parent 7089cea commit 9e18307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejtraderMT/api/mql.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class Functions:
def __init__(self, host=None, debug=None):
self.HOST = host or "localhost"
self.SYS_PORT = 15555 # REP/REQ port
self.SYS_PORT = 15557 # REP/REQ port

# ZeroMQ timeout in seconds
sys_timeout = 1000
Expand Down

0 comments on commit 9e18307

Please sign in to comment.