Skip to content

Commit

Permalink
Merge pull request #59 from ricardospinoza/main
Browse files Browse the repository at this point in the history
remove duplicated tick on websocket
  • Loading branch information
ricardospinoza authored Dec 30, 2023
2 parents bd8a81e + 3e3b380 commit 955a317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quotexpy/ws/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ def on_open(self, wss):
self.wss.send('42["pending/list"]')
# self.wss.send('42["instruments/update",{"asset":"EURUSD","period":60}]')
self.wss.send('42["chart_notification/get"]')
# self.wss.send('42["depth/follow","EURUSD"]')
self.wss.send('42["tick"]')


def on_close(self, wss, close_status_code, close_msg):
"""Method to process websocket close."""
logger.info("Websocket connection closed.")
Expand Down

0 comments on commit 955a317

Please sign in to comment.