From 1c64d37ecca13abed6d911370e80c11ba2c98169 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 9 May 2024 18:22:22 +0200 Subject: [PATCH] version bump 0.14.3 -> 0.14.4 Bumping version due to #2106 and #2099 --- sherlock/sherlock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index b208fcf0..bd19b43b 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -29,7 +29,7 @@ from colorama import init from argparse import ArgumentTypeError module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.14.3" +__version__ = "0.14.4" class SherlockFuturesSession(FuturesSession): @@ -423,7 +423,7 @@ def sherlock( # Type consistency, allowing for both singlets and lists in manifest if isinstance(error_codes, int): error_codes = [error_codes] - + if error_codes is not None and r.status_code in error_codes: query_status = QueryStatus.AVAILABLE elif r.status_code >= 300 or r.status_code < 200: