Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Fix Code? #385

Closed
NFKRZZ opened this issue Apr 4, 2022 · 4 comments
Closed

Fix Code? #385

NFKRZZ opened this issue Apr 4, 2022 · 4 comments

Comments

@NFKRZZ
Copy link

NFKRZZ commented Apr 4, 2022

Got this error
image
the init function in proxy.py is calling get_proxies with 1 argument however it needs two
image
so I think it should be changed to this
image

@Edouard127
Copy link

I get a similar one but with TypeError: get_proxies_text() missing 1 required positional argument: 'self'

Line 84

@Edouard127
Copy link

I get a similar one but with TypeError: get_proxies_text() missing 1 required positional argument: 'self'

Line 84

Line 14 self.proxies = get_proxies_text() -> self.proxies = get_proxies_text(self) fixes it

@Risewill23
Copy link
Collaborator

I added that to this pull request #383

@Risewill23 Risewill23 added the Pending in PR Waiting to be approved in pull requests label Apr 4, 2022
@Skyline-9 Skyline-9 removed the Pending in PR Waiting to be approved in pull requests label Apr 4, 2022
@Skyline-9
Copy link
Collaborator

Fixed in #383

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants