mre / timelapse

🎬 Native macOS app for recording timelapse videos of your desktop.
https://endler.dev/2020/timelapse/
Apache License 2.0
214 stars 18 forks source link

Invalid filename: __init.py__ #43

Closed estysdesu closed 4 years ago

estysdesu commented 4 years ago

Invalid filename: __init.py__

Why

The idea was to make the ./timelapse folder a Python package I'm sure. But, __init.py__ is not the correct form.

Fix

It should be __init__.py.

Supporting Evidence

The Python documentation on packages

mre commented 4 years ago

Oh, nice catch! Thanks. 🚀