justinclarkhome / AlphaVantageStockDB

MySQL database to hold stock price data from AlphaVantage, along with Python-based update scripts.
23 stars 8 forks source link

change "SecurityMetadata" to "SecurityMetaData" #3

Closed lidutech closed 4 years ago

lidutech commented 4 years ago

In updater.py Line 488:

answer = fetchone(sql_cursor, query="SELECT SecurityMetaDataID FROM SecurityMetadata WHERE SecuritySymbol='{}'".format(symbol))

You should change "SecurityMetadata" to "SecurityMetaData"

justinclarkhome commented 4 years ago

That is done - good catch! Thanks.