Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit 8255308

Browse files
author
tylerhutcherson
committed
get rid of parenthesis
1 parent 4cf5884 commit 8255308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Specify what data to use from quandl
1919
# Here we grab bitcoin prices & market data
2020
COIN = "BCHARTS/BITSTAMPUSD"
21-
API = #<insert API key here>
21+
API = #insert quandl API key here
2222
DATASETS = [COIN, "BCHAIN/CPTRA", "BCHAIN/NTRAT"]
2323

2424
## Set the quandl api key so we can access historical coin data

0 commit comments

Comments
 (0)