From 49779d310e470782d94e09be9a8a2c819cbc3967 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 18 Jan 2022 16:35:06 +0100 Subject: remove unused function --- autonyaa.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/autonyaa.py b/autonyaa.py index 8776da3..23ad5d1 100755 --- a/autonyaa.py +++ b/autonyaa.py @@ -96,9 +96,6 @@ def parse_config_file(): return parsed_sections -def done_dl(transmission_id, section): - print(section) - def start_dl(result, section, vars): hash = result.findtext("nyaa:infoHash", None, {"nyaa": "https://nyaa.si/xmlns/nyaa"}) torrent = [t for t in torrents if t.hashString == hash] -- cgit v1.2.3