bunnykek/Fetcher

SyntaxError: invalid syntax

popoption opened this issue · 1 comments

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

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