jspanda
jspanda copied to clipboard
Traceback (most recent call last):
I am getting a error on running
λ python jspanda.py
Traceback (most recent call last):
File "C:\Users\Yaseen\Downloads\cmder\jspanda\jspanda.py", line 24, in
I tried only for python3.7.x version. When I take a look, it can be solved as follows.
with open('url.txt',encoding="utf8") as my_file:
with open('url.txt',errors="ignore") as my_file: