fix indentation
This commit is contained in:
parent
f69fef3cbe
commit
85ed580b6d
|
@ -92,8 +92,8 @@ class SleepyUnix:
|
|||
SUPPORTED = False
|
||||
self.state = STATE_UNKNOWN
|
||||
|
||||
def getIdleSec(self):
|
||||
return idle.getIdleSec()
|
||||
def getIdleSec(self):
|
||||
return idle.getIdleSec()
|
||||
|
||||
def poll(self):
|
||||
'''checks to see if we should change state'''
|
||||
|
|
Loading…
Reference in New Issue