File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change
1
+ # This file used to trigger updates on packages too out of date
2
+ # to use the new release tag format. Remove in next update.
3
+ __version__ = "0.15.0"
Original file line number Diff line number Diff line change
1
+ # This file used to trigger updates on packages too out of date
2
+ # to use the new release tag format. Remove in next update.
3
+ __version__ = "0.15.0"
Original file line number Diff line number Diff line change @@ -593,22 +593,6 @@ def main():
593
593
dest = "output" ,
594
594
help = "If using single username, the output of the result will be saved to this file." ,
595
595
)
596
- parser .add_argument (
597
- "--tor" ,
598
- "-t" ,
599
- action = "store_true" ,
600
- dest = "tor" ,
601
- default = False ,
602
- help = "Make requests over Tor; increases runtime; requires Tor to be installed and in system path." ,
603
- )
604
- parser .add_argument (
605
- "--unique-tor" ,
606
- "-u" ,
607
- action = "store_true" ,
608
- dest = "unique_tor" ,
609
- default = False ,
610
- help = "Make requests over Tor with new Tor circuit after each request; increases runtime; requires Tor to be installed and in system path." ,
611
- )
612
596
parser .add_argument (
613
597
"--csv" ,
614
598
action = "store_true" ,
You can’t perform that action at this time.
0 commit comments