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 ed52ab3 commit 40de878
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ProxyEater/Proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def check_proxy(proxy_: Proxy):
threads.remove(thread)
break
time.sleep(0.1)
on_progress_callback(self, (i + 1) / length * 100)
on_progress_callback(self, i / length * 100)

for thread in threads:
thread.join()
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.3"
__version__ = "1.4.4"
__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.3\]
ProxyEater\[1.4.4\]
===================

![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.3',
version='1.4.4',
author='CodeWriter21',
author_email='[email protected]',
description='A Python Proxy Scraper for gathering fresh proxies.',
Expand Down

0 comments on commit 40de878

Please sign in to comment.