Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Jul 25, 2022
1 parent e57dc11 commit ed52ab3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ProxyEater/Proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ProxyEater/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ProxyEater
# CodeWriter21

__version__ = "1.4.2"
__version__ = "1.4.3"
__author__ = "CodeWriter21"
__email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ProxyEater\[1.4.2\]
ProxyEater\[1.4.3\]
===================

![version](https://img.shields.io/pypi/v/ProxyEater)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='ProxyEater',
version='1.4.2',
version='1.4.3',
author='CodeWriter21',
author_email='[email protected]',
description='A Python Proxy Scraper for gathering fresh proxies.',
Expand Down

0 comments on commit ed52ab3

Please sign in to comment.