diff --git a/torrentSearch/search.py b/torrentSearch/search.py index 6c249c5..dca3c8a 100755 --- a/torrentSearch/search.py +++ b/torrentSearch/search.py @@ -81,6 +81,7 @@ def main(): action='store_true', help='verbose output.') + # TODO add option to change default in config args = parser.parse_args() config = getConfig()