summaryrefslogtreecommitdiffstats
path: root/Locker.py
diff options
context:
space:
mode:
Diffstat (limited to 'Locker.py')
-rw-r--r--Locker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Locker.py b/Locker.py
index a872b38..f8e97ce 100644
--- a/Locker.py
+++ b/Locker.py
@@ -62,8 +62,8 @@ class Locker(object):
def lock(self):
if not self.locked:
- self.doLock(self.logoutTimeout)
self.locked = True
+ self.doLock(self.logoutTimeout)
if self.doLogout is not None:
self.currentLogoutTimeout = self.logoutTimeout