Skip to content

Commit

Permalink
pylint passed
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Jul 18, 2024
1 parent b9c8dc5 commit 74479ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quotexpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def websocket(self):
"""
return self.websocket_client.wss

@staticmethod
@property
def check_connect(self):
if self.api and self.api.check_websocket_if_connect == 1:
return True
Expand Down
2 changes: 1 addition & 1 deletion quotexpy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class QuotexAPI(object):
listinfodata = ListInfoData()
timesync = TimeSync()
candles = Candles()

SSID = None
wss_message = None
check_websocket_if_connect = None
Expand Down

0 comments on commit 74479ce

Please sign in to comment.