Skip to content

Commit

Permalink
Merge pull request #206 from bybit-exchange/demo-trading
Browse files Browse the repository at this point in the history
finesse code style
  • Loading branch information
dextertd authored Apr 11, 2024
2 parents bba79bd + 36fa5d1 commit 65d6da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybit/_websocket_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(
ws_name,
testnet,
domain="",
demo=False,
rsa_authentication=False,
api_key=None,
api_secret=None,
Expand All @@ -36,7 +37,6 @@ def __init__(
restart_on_error=True,
trace_logging=False,
private_auth_expire=1,
demo=False
):
self.testnet = testnet
self.domain = domain
Expand Down

0 comments on commit 65d6da4

Please # to comment.