Skip to content

Commit 8cf43d2

Browse files
Minor improvements.
1 parent 40de878 commit 8cf43d2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.4"
4+
__version__ = "1.4.5"
55
__author__ = "CodeWriter21"
66
__email__ = "CodeWriter21@gmail.com"
77
__license__ = "Apache-2.0"

ProxyEater/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ProxyEater.__main__.py
22
# CodeWriter21
3-
import os
43
import sys
54
import json
5+
import shutil
66
import pathlib
77

88
import log21
@@ -255,7 +255,7 @@ def main():
255255
check(args)
256256
except KeyboardInterrupt:
257257
try:
258-
terminal_size = os.get_terminal_size()[0]
258+
terminal_size = shutil.get_terminal_size().columns
259259
except OSError:
260260
terminal_size = 50
261261
if not terminal_size:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ProxyEater\[1.4.4\]
1+
ProxyEater\[1.4.5\]
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.4',
10+
version='1.4.5',
1111
author='CodeWriter21',
1212
author_email='CodeWriter21@gmail.com',
1313
description='A Python Proxy Scraper for gathering fresh proxies.',

0 commit comments

Comments
 (0)