From 62aebf26b647e23c5196ded9b6bbf8221d49e3a4 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Fri, 21 Mar 2025 00:30:40 -0400 Subject: [PATCH] Fix timestamp reference for completion dates --- tarc/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tarc/main.py b/tarc/main.py index 8ddc66f..417d2c1 100644 --- a/tarc/main.py +++ b/tarc/main.py @@ -115,8 +115,8 @@ def scan_torrents(qb_client, engine): ) if not torrent_instance: completed_on = ( - datetime.fromtimestamp(torrent.completed) - if torrent.completed + datetime.fromtimestamp(torrent.completion_on) + if torrent.completion_on else None ) torrent_instance = Torrent(