added proxychecker.py

This commit is contained in:
imDMG 2020-05-07 21:59:08 +05:00
parent 11fd49de62
commit b2780be7e8

View File

@ -16,7 +16,7 @@ def print_good_proxy(proxy):
except Exception as e:
return e
print(f"{proxy}")
print(proxy)
def main():