Rubenperes
Results
3
issues of
Rubenperes
Fix file encoding for the crawler, so this fixes the issue #7
Fixed the issue with the update. It expects an integer, not a string.
On line 90 in the utils.py file, it should not be = "None" but = 0. I made a pr for this