aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-01-18 16:35:06 +0100
committerlonkaars <loek@pipeframe.xyz>2022-01-18 16:35:06 +0100
commit49779d310e470782d94e09be9a8a2c819cbc3967 (patch)
treef151e7dba54164bf5a40854ef5571546ef98502f
parent62decc54968cee0a35cd5eda38d891767ba9786d (diff)
remove unused function
-rwxr-xr-xautonyaa.py3
1 files changed, 0 insertions, 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]