Fix timestamp reference for completion dates
This commit is contained in:
parent
be330115a1
commit
62aebf26b6
@ -115,8 +115,8 @@ def scan_torrents(qb_client, engine):
|
|||||||
)
|
)
|
||||||
if not torrent_instance:
|
if not torrent_instance:
|
||||||
completed_on = (
|
completed_on = (
|
||||||
datetime.fromtimestamp(torrent.completed)
|
datetime.fromtimestamp(torrent.completion_on)
|
||||||
if torrent.completed
|
if torrent.completion_on
|
||||||
else None
|
else None
|
||||||
)
|
)
|
||||||
torrent_instance = Torrent(
|
torrent_instance = Torrent(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user