From 2a54c5e28836b2c02def8e7d08ec0e3a7c54b556 Mon Sep 17 00:00:00 2001 From: TKAMING Date: Sat, 7 Jan 2023 17:56:33 +0100 Subject: [PATCH] =?UTF-8?q?New=20version=20=F0=9F=9A=80=20(Bug=20with=20us?= =?UTF-8?q?er=20info)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scrapes/twittermodule.py | 1 - setup.py | 5 +---- version.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scrapes/twittermodule.py b/scrapes/twittermodule.py index 8cf398e..9854376 100644 --- a/scrapes/twittermodule.py +++ b/scrapes/twittermodule.py @@ -107,7 +107,6 @@ def twitterUserInfo(): username = input(f"[*] Whats your {name} account username (Valid)?\n $ ") # password validation - while True: password = getpass.getpass(prompt = f"\n[*] Whats your {name} account password (Valid)?\n $ ") password_check = getpass.getpass(prompt = f"\n[*] Enter your password again\n $ ") diff --git a/setup.py b/setup.py index 4641444..36e8c6f 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,8 @@ from setuptools import setup -import os - -#version = os.system("sudo curl https://raw.githubusercontent.com/TKAMING/Scrapes/main/version.txt") setup( name = 'Scrapes', - version = 1.8, + version = 1.9, packages = ['scrapes'], license = "MIT License", #install_requires=['Chrome'], diff --git a/version.txt b/version.txt index a8fdfda..2e0e38c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.8.1 +1.9