Closed txtsd closed 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
auto_add_key=False
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