Fix last occurence of data_location

This commit is contained in:
Matthias
2020-02-12 19:58:23 +01:00
parent d6b9397579
commit 483cba453a
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
" pair=pair)\n",
"\n",
"# Confirm success\n",
"print(\"Loaded \" + str(len(candles)) + f\" rows of data for {pair} from {data_location}\")\n",
"print(\"Loaded \" + str(len(candles)) + f\" rows of data for {pair} from {config['datadir']}\")\n",
"candles.head()"
]
},