AustinHasten/PlexHolidays

Missing main.py?

nickheidke opened this issue · 4 comments

I'm not seeing main.py in the code base. Is the init step supposed to put that somewhere? Apologize, I'm not a python expert by any means.

__init__.py is the "main.py".

When I try running python .\__init__.py I get the following error:

File "._init_.py", line 61
self.pbar = tqdm(self.plex.media, desc=f'{self.plex.section.title}')
SyntaxError: invalid syntax

I did successfully run python -m pip install -r requirements.txt already.

That was it, thank you for the help!