deragon/autopoweroff

How to disable no action time range?

tjmcewan opened this issue ยท 1 comments

I'll just set it to 0 & 0 for now. But potentially the system should handle commented config or explain how to disable each section? ๐Ÿ™๐Ÿป

Exception in thread ApoObserver:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/share/python/modules/ApoObserverNoActionTimeRange.py", line 52, in run
    self.configuration.noactiontimerange[ApoConfig.ENDHOUR]:
TypeError: '<=' not supported between instances of 'NoneType' and 'NoneType'

Thanks again!

Fixed with commit 5df355f.