Update main.py

This commit is contained in:
Andrew Dinh 2018-12-16 18:12:35 -08:00
parent 7027cc9a81
commit 2a300a42f2

View File

@ -87,7 +87,7 @@ class Stock:
def main():
#if __name__ == '__main__':
# install('oauth2client')
# install('requests')
stock = 'spy'
spy = Stock(stock)