Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bitphage committed May 5, 2019
1 parent 1c90b4b commit a289747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def tree():

data = tree()

for worker_name, worker in config['workers'].items():
for _, worker in config['workers'].items():
account = worker['account']
quote_asset = worker['market'].split('/')[0]
base_asset = worker['market'].split('/')[1]
Expand Down

0 comments on commit a289747

Please sign in to comment.