Skip to content

Commit

Permalink
Accomodate legacy client version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jul 9, 2024
1 parent cda65e3 commit ed4ad65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
3 changes: 3 additions & 0 deletions sherlock/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file used to trigger updates on packages too out of date
# to use the new release tag format. Remove in next update.
__version__ = "0.15.0"
3 changes: 3 additions & 0 deletions sherlock/sherlock.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file used to trigger updates on packages too out of date
# to use the new release tag format. Remove in next update.
__version__ = "0.15.0"
16 changes: 0 additions & 16 deletions sherlock_project/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,22 +593,6 @@ def main():
dest="output",
help="If using single username, the output of the result will be saved to this file.",
)
parser.add_argument(
"--tor",
"-t",
action="store_true",
dest="tor",
default=False,
help="Make requests over Tor; increases runtime; requires Tor to be installed and in system path.",
)
parser.add_argument(
"--unique-tor",
"-u",
action="store_true",
dest="unique_tor",
default=False,
help="Make requests over Tor with new Tor circuit after each request; increases runtime; requires Tor to be installed and in system path.",
)
parser.add_argument(
"--csv",
action="store_true",
Expand Down

0 comments on commit ed4ad65

Please sign in to comment.