morrolinux / subito-it-searcher

searcher for subito.it
100 stars 36 forks source link

fixed minPrice and maxPrice bug #26

Closed alenada99 closed 1 year ago

alenada99 commented 1 year ago

Should fix #25. The minPrice and maxPrice variables should remain strings as they are strings in the dictionary. When converted to integers, the method .get() does not work.

perronet commented 1 year ago

Wait, let me make sure that this won't break what we fixed in #20

perronet commented 1 year ago

Ok, looks good. @morrolinux merge? This bug is breaking the whole script... Sorry for not catching this in the previous PR!

morrolinux commented 1 year ago

It's done 👍