From e498bd0c356a3b571379bc72ea780b4867eebd18 Mon Sep 17 00:00:00 2001 From: bobokun Date: Fri, 21 Jan 2022 12:22:10 -0500 Subject: [PATCH] changed name of end_time_hook attribute --- modules/webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/webhooks.py b/modules/webhooks.py index 1a7ffdc..ddb5803 100644 --- a/modules/webhooks.py +++ b/modules/webhooks.py @@ -98,7 +98,7 @@ class Webhooks: "run_time": run_time, "torrents_added": stats["added"], "torrents_deleted": stats["deleted"], - "torrents_deleted_and_contents": stats["deleted_contents"], + "torrents_deleted_and_contents_count": stats["deleted_contents"], "torrents_resumed": stats["resumed"], "torrents_rechecked": stats["rechecked"], "torrents_categorized": stats["categorized"],