bunnykek / Fetcher

A python script for downloading enhanced animated artworks from Apple-Music.
130 stars 13 forks source link

SyntaxError: invalid syntax #10

Closed popoption closed 1 year ago

popoption commented 1 year ago

I'm on 10.14.6 and I'm getting an error on the final step. This is what I'm getting

File "fetcher.py", line 38 def init(self) -> None: ^ SyntaxError: invalid syntax

bunnykek commented 1 year ago

that should be def __init__(self) -> None: Better clone again the whole repo.