diff --git a/sherlock.py b/sherlock.py index fbc2d1e..3d72e5b 100644 --- a/sherlock.py +++ b/sherlock.py @@ -402,7 +402,7 @@ def main(): # Argument check # TODO regex check on args.proxy - if args.tor and args.proxy != None: + if args.tor and (args.proxy != None or args.proxy_list != None): raise Exception("TOR and Proxy cannot be set in the meantime.") # Make prompts