Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

fix: Add default parameter value #194

Closed txtsd closed 1 year ago

txtsd commented 1 year ago

https://github.com/Pidgeot/python-lnp/blob/master/core/graphics.py#L273-L274

These lines have a missing parameter since read_file() was changed recently. This PR adds a default value to the new parameter in read_file(), so it can be called without having to specify auto_add_key=False