Version patch and some minor fixes

This commit is contained in:
Soxoj
2021-05-08 16:46:38 +03:00
parent bc6ee48b8c
commit e90df3560b
4 changed files with 11 additions and 5 deletions
+2 -3
View File
@@ -13,6 +13,7 @@ from typing import List, Tuple
import requests
from socid_extractor import extract, parse, __version__ as socid_version
from .__version__ import __version__
from .checking import (
timeout_check,
SUPPORTED_IDS,
@@ -37,8 +38,6 @@ from .submit import submit_dialog
from .types import QueryResultWrapper
from .utils import get_dict_ascii_tree
__version__ = '0.2.2'
def notify_about_errors(search_results: QueryResultWrapper, query_notify):
errs = errors.extract_and_group(search_results)
@@ -166,7 +165,7 @@ def setup_arguments_parser():
type=int,
metavar='RETRIES',
default=1,
help="Attempts to restart temporary failed requests.",
help="Attempts to restart temporarily failed requests.",
)
parser.add_argument(
"-n",