flake8 and updating to v4

This commit is contained in:
Akeem King 2023-10-12 18:17:27 -04:00
parent 74c913c290
commit e5097b17ef
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "torbot"
version = "3.1.2"
version = "4.0.0"
description = "OSINT for the dark web"
authors = ["Akeem King <akeemtlking@gmail.com>", "PS Narayanan <thepsnarayanan@gmail.com>"]
license = "GNU GPL"

0
scripts/build.sh Normal file → Executable file
View File

View File

@ -3,7 +3,6 @@ Core
"""
import os
import argparse
import logging
import sys
import logging
import tomllib
@ -129,7 +128,7 @@ def set_arguments() -> argparse.ArgumentParser:
return parser
if __name__ == '__main__':
try:
arg_parser = set_arguments()