ingar195 / price-tracker

track price and gives you alerts for price and stock
MIT License
1 stars 0 forks source link

Small bugfix #18

Closed sxiii closed 2 years ago

sxiii commented 2 years ago

Greetings.

The parser wasn't working for me - and this fixed the issue:

So basically in the tracker.py file we need to change line apiKey = f.readline() to apiKey = f.readline().rstrip(). After that it works perfectly :)

ingar195 commented 2 years ago

Hi sorry for the long response time. did not have notifications on for github.

Have added you fix