doc: spelling fixes
This commit is contained in:
parent
ad55c5c345
commit
a7f05c2cad
22 changed files with 27 additions and 27 deletions
|
@ -36,7 +36,7 @@ def watched() -> Iterator[Res[Watched]]:
|
|||
continue
|
||||
|
||||
# older exports (e.g. html) didn't have microseconds
|
||||
# wheras newer json ones do have them
|
||||
# whereas newer json ones do have them
|
||||
# seconds resolution is enough to distinguish watched videos
|
||||
# also we're processing takeouts in HPI in reverse order, so first seen watch would contain microseconds, resulting in better data
|
||||
without_microsecond = w.when.replace(microsecond=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue