I think the code is wrong
Closed this issue · 2 comments
xTararAisx commented
Traceback (most recent call last):
File "test.py", line 1, in
from free_proxy import FreeProxy
ModuleNotFoundError: No module named 'free_proxy'
vol1ura commented
You are right, there is need fp.fp
instead of free_proxy
. Actual tests is placed in test_proxy.py
.
jundymek commented
Yes - you were right. I removed the unused text.py
file. Thanks for your contribution.