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

Commit 8948a91

Browse files
author
Tyler Hutcherson
authored
extract api key
1 parent 3aa18e2 commit 8948a91

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 quandl API key here
21+
API = os.environ['QUANDL_KEY']
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)