change the way config files are loaded
Closed this issue · 2 comments
txoof commented
Currently system config and user config are loaded; when running as a user, skip the system config.
epd_display/paperpi/paperpi.py
Line 135 in c94726d
txoof commented
paperpi -c /path/to/config
always tries to load ~/.config/com.txoof.paperpi/paperpi.ini
as well as the specified
txoof commented