bpennypacker / phad

Pi-Hole Alternate Display
GNU General Public License v3.0
75 stars 8 forks source link

If args.seconds is set, don't setup the input device #6

Closed bglopez closed 5 years ago

bglopez commented 5 years ago

This resolves #4 -- when config is loaded if the "--seconds/-s" argument has been passed it won't setup the input device, in case it doesn't exist. This could probably support having both the touchscreen and doing a second cycle but it looks like the main method won't get that far anyways if the argument is set.

bpennypacker commented 5 years ago

Great, thanks!