From ed52ab3b6b5bf70347a16534d383d66b165be2c0 Mon Sep 17 00:00:00 2001 From: CodeWriter21 Date: Mon, 25 Jul 2022 22:31:56 +0430 Subject: [PATCH] Minor improvements --- ProxyEater/Proxy.py | 2 ++ ProxyEater/__init__.py | 2 +- README.md | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ProxyEater/Proxy.py b/ProxyEater/Proxy.py index 90af38a..3b830c6 100644 --- a/ProxyEater/Proxy.py +++ b/ProxyEater/Proxy.py @@ -254,6 +254,8 @@ def check_proxy(proxy_: Proxy): for thread in threads: thread.join() + on_progress_callback(self, 100) + def to_text(self, separator: str = "\n") -> str: """ This method is used to convert the list to a text string. diff --git a/ProxyEater/__init__.py b/ProxyEater/__init__.py index 5358efe..2bcdf40 100644 --- a/ProxyEater/__init__.py +++ b/ProxyEater/__init__.py @@ -1,7 +1,7 @@ # ProxyEater # CodeWriter21 -__version__ = "1.4.2" +__version__ = "1.4.3" __author__ = "CodeWriter21" __email__ = "CodeWriter21@gmail.com" __license__ = "Apache-2.0" diff --git a/README.md b/README.md index 28ed654..24bcbdf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ProxyEater\[1.4.2\] +ProxyEater\[1.4.3\] =================== ![version](https://img.shields.io/pypi/v/ProxyEater) diff --git a/setup.py b/setup.py index da3e8cf..1894a15 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='ProxyEater', - version='1.4.2', + version='1.4.3', author='CodeWriter21', author_email='CodeWriter21@gmail.com', description='A Python Proxy Scraper for gathering fresh proxies.',