Skip to content

Commit

Permalink
Really fix vaultoro name
Browse files Browse the repository at this point in the history
  • Loading branch information
walkjivefly committed Oct 29, 2017
1 parent 9801a94 commit 7b1aebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified LOC.oxt
Binary file not shown.
2 changes: 1 addition & 1 deletion src/loc.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def ccxt( self, exchng, ticker, datacode='last' ):
elif exchng == 'urdubit':
xchng = urdubit()
elif exchng == 'vaultoro':
xchng = vaultpro()
xchng = vaultoro()
elif exchng == 'vbtc':
xchng = vbtc()
elif exchng == 'virwox':
Expand Down

0 comments on commit 7b1aebc

Please sign in to comment.