File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1- ProxyEater\[ 1.4.2 \]
1+ ProxyEater\[ 1.4.3 \]
22===================
33
44![ version] ( https://img.shields.io/pypi/v/ProxyEater )
Original file line number Diff line number Diff line change 77
88setup (
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.' ,
You can’t perform that action at this time.
0 commit comments