From dd7885ad57faf5fa5efd73b6c8d1c62b0159b706 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 19 Nov 2017 00:19:29 +0100 Subject: [PATCH] Removed unused file. --- torrentSearch/api_torznab.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 torrentSearch/api_torznab.py diff --git a/torrentSearch/api_torznab.py b/torrentSearch/api_torznab.py deleted file mode 100644 index f3124ff..0000000 --- a/torrentSearch/api_torznab.py +++ /dev/null @@ -1,13 +0,0 @@ - -def build_api_url(): - base_url = app.config['JACKET_HOST'] - base_port = app.config['JACKET_PORT'] - - -def call_jackett_api(): - base_url = app.config['JACKET_HOST'] - base_port = app.config['JACKET_PORT'] - base_p - -def handle_request_by_args(query, mode=None): - apikey = api: