mirror of
https://github.com/Death916/emailtrade.git
synced 2026-04-10 03:04:40 -07:00
formatting
This commit is contained in:
parent
bd5f6bca33
commit
c9e58d0a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import history as hist
|
|||
import time
|
||||
|
||||
|
||||
MARKET = input("Pease enter what market you want to use: Kraken or bittrex").lower()
|
||||
MARKET = input("Pease enter what market you want to use: Kraken or bittrex ").lower()
|
||||
if MARKET == "kraken":
|
||||
import kraken
|
||||
trade = kraken
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue