From 8ec95cf216d6b1e6cafebeb025e7c589b8beb526 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 18 Nov 2017 23:44:29 +0100 Subject: [PATCH] Added a todo for changing default site. --- torrentSearch/search.py | 1 + 1 file changed, 1 insertion(+) 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()