fix spelling mistakes
This commit is contained in:
parent
07dd61ca6a
commit
78489157a1
9 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ def inputs() -> Sequence[Path]:
|
|||
class Scrobble(NamedTuple):
|
||||
raw: Json
|
||||
|
||||
# TODO mm, no timezone? hopefuly it's UTC
|
||||
# TODO mm, no timezone? hopefully it's UTC
|
||||
@property
|
||||
def dt(self) -> datetime:
|
||||
ts = int(self.raw['date'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue