mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-24 22:48:33 -04:00
Merge branch 'predup_type_playlist' into qa
This commit is contained in:
commit
70a8837673
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class VideoDataClient:
|
|||
)
|
||||
capture_datetime = datetime.datetime(
|
||||
*self._timestamp4datetime(result_tuple[0]),
|
||||
tzinfo=datetime.timezone.utc
|
||||
tzinfo=datetime.timezone.utc,
|
||||
)
|
||||
time_diff = (
|
||||
datetime.datetime.now(datetime.timezone.utc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue