Skip to content
Snippets Groups Projects
Commit 1e8aba9d authored by jimpp's avatar jimpp
Browse files

Fix indent

parent 0b035ee6
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ except:
class SleepyWindows:
def __init__(self, away_interval = 60, xa_interval = 120):
self.away_interval = away_interval
self.xa_interval = xa_interval
self.state = STATE_AWAKE # assume we are awake
self.away_interval = away_interval
self.xa_interval = xa_interval
self.state = STATE_AWAKE # assume we are awake
def getIdleSec(self):
GetLastInputInfo(ctypes.byref(lastInputInfo))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment