Skip to content

Commit 40de878

Browse files
Minor improvements
1 parent ed52ab3 commit 40de878

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ProxyEater/Proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def check_proxy(proxy_: Proxy):
249249
threads.remove(thread)
250250
break
251251
time.sleep(0.1)
252-
on_progress_callback(self, (i + 1) / length * 100)
252+
on_progress_callback(self, i / length * 100)
253253

254254
for thread in threads:
255255
thread.join()

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.3"
4+
__version__ = "1.4.4"
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.3\]
1+
ProxyEater\[1.4.4\]
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.3',
10+
version='1.4.4',
1111
author='CodeWriter21',
1212
author_email='CodeWriter21@gmail.com',
1313
description='A Python Proxy Scraper for gathering fresh proxies.',

0 commit comments

Comments
 (0)