Update StockData.py

This commit is contained in:
Andrew Dinh 2018-12-18 17:59:31 +00:00 committed by GitHub
parent 1b6f314a22
commit e8720e3655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,4 +265,5 @@ def main():
Stock.getDates(stock)
#Stock.printDates(spy)
main()
if __name__ == "__main__":
main()