alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.63k stars 377 forks source link

Remove debug print statement #301

Closed DouweM closed 3 years ago

alvarobartt commented 3 years ago

Hi @DouweM, thank you for spotting this! Anyway, this is solved in the dev branch that will be merged later this week... Sorry for the inconvenience, hope I can merge it ASAP. But thanks anyway for contributing 🧙🏻

P.S.: here you have the code in the dev branch

https://github.com/alvarobartt/investpy/blob/298ee0a2df9e721c290ca08e724846bce173a2a0/investpy/search.py#L150-L156

alvarobartt commented 3 years ago

To give you more insight I'm currently working on the development of a function to search not just quotes but also economic events as some users requested it, so hopefully later this week I'll release the v1.0.4 👍🏻

DouweM commented 3 years ago

@alvarobartt Ah, cool, looking forward to v1.0.4 then! I needed this fix quick to be able to use investpy in https://gitlab.com/DouweM/tap-investing :)

alvarobartt commented 3 years ago

Sure! Consider it done before this weekend 👍🏻 BTW thanks for sharing your project!