changed name of end_time_hook attribute

This commit is contained in:
bobokun 2022-01-21 12:22:10 -05:00
parent ea356eeb70
commit e498bd0c35
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -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"],