Skip to content

Commit

Permalink
Update barloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoftrading committed Aug 23, 2021
1 parent 46e2b89 commit d66a775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barloader/barloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def binance(self, tickers, client, start=None, end=None, interval=None, tocsv=Tr

# biance
from binance.client import Client
api_key = 'TIrN3kQpIZbb53c4sQjNQIoy7BPRB3Za1l6R3XtgLMy6n0iQPgA0nDEKhpRJ6ZWZ'
api_secret = 'ZggMXLCPvExYliIs3hH5jTRKdOGKBPjMkiqjzUeFJOWEd5CuGhk0kWPV0houJ3di'
api_key = 'your api key'
api_secret = 'your api secret'
client = Client(api_key, api_secret)
b = bl.binance(['BTCUSDT', 'BNBETH'], client=client)

Expand Down

0 comments on commit d66a775

Please sign in to comment.