Skip to content

Commit

Permalink
set secret_key
Browse files Browse the repository at this point in the history
  • Loading branch information
r0fls committed Nov 10, 2024
1 parent 938e8fe commit c56fb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brokers/kraken_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class KrakenBroker(BaseBroker):
def __init__(self, api_key, secret_key, engine, base_url="https://api.kraken.com", **kwargs):
super().__init__(api_key, secret_key, 'Kraken', engine=engine, **kwargs)
self.secret_key = secret_key
self.base_url = base_url
self.api_version = '/0'
self.account_id = None
Expand Down

0 comments on commit c56fb0f

Please sign in to comment.