Skip to content

Commit ed52ab3

Browse files
Minor improvements
1 parent e57dc11 commit ed52ab3

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

ProxyEater/Proxy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ def check_proxy(proxy_: Proxy):
254254
for thread in threads:
255255
thread.join()
256256

257+
on_progress_callback(self, 100)
258+
257259
def to_text(self, separator: str = "\n") -> str:
258260
"""
259261
This method is used to convert the list to a text string.

ProxyEater/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ProxyEater
22
# CodeWriter21
33

4-
__version__ = "1.4.2"
4+
__version__ = "1.4.3"
55
__author__ = "CodeWriter21"
66
__email__ = "CodeWriter21@gmail.com"
77
__license__ = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ProxyEater\[1.4.2\]
1+
ProxyEater\[1.4.3\]
22
===================
33

44
![version](https://img.shields.io/pypi/v/ProxyEater)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='ProxyEater',
10-
version='1.4.2',
10+
version='1.4.3',
1111
author='CodeWriter21',
1212
author_email='CodeWriter21@gmail.com',
1313
description='A Python Proxy Scraper for gathering fresh proxies.',

0 commit comments

Comments
 (0)