Skip to content

Commit 2fc2512

Browse files
committed
fix
1 parent 1a8f208 commit 2fc2512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def process_proxy(proxy_url: str):
4343
_, auth_data, domain, port = proxy_validator.retrieve(proxy_url)
4444
except proxy_validator.ValidationError as ex:
4545
raise ValueError(
46-
"Your collector returned bad proxy \"{}\". Message: \"{}\"".format(proxy, ex)
46+
"Your collector returned bad proxy \"{}\". Message: \"{}\"".format(proxy_url, ex)
4747
)
4848

4949
is_working = False

0 commit comments

Comments
 (0)