georgejs / nasdaq_stock

nasdaq stock retriever
MIT License
3 stars 4 forks source link

Make __init__.py work #2

Closed zurgeg closed 4 years ago

zurgeg commented 4 years ago

I found the reason it was raising the error. It was because when you make a module, the init file is what is imported. Adding this line will make the module work.

georgejs commented 4 years ago

Confirm Fix