Iceloof / GoogleNews

Script for GoogleNews
https://pypi.org/project/GoogleNews/
MIT License
314 stars 88 forks source link

numpy (np) import missing #59

Closed MBKraus closed 3 years ago

MBKraus commented 3 years ago

Hi,

I believe you're missing an import statement -> in your 'define_date' function you refer to np, but it isn't imported as far as I can see.

see -> return float(np.nan)

Best regards,

Mike

HurinHu commented 3 years ago

Fixed by latest release