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