Closed alenada99 closed 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.
minPrice
maxPrice
.get()
Wait, let me make sure that this won't break what we fixed in #20
Ok, looks good. @morrolinux merge? This bug is breaking the whole script... Sorry for not catching this in the previous PR!
It's done 👍
Should fix #25. The
minPrice
andmaxPrice
variables should remain strings as they are strings in the dictionary. When converted to integers, the method.get()
does not work.