summaryrefslogtreecommitdiffstats
path: root/pylock.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylock.py')
-rw-r--r--pylock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylock.py b/pylock.py
index f4841cd..159b7d2 100644
--- a/pylock.py
+++ b/pylock.py
@@ -99,7 +99,7 @@ def logout():
except:
pass
- window.reset()
+ window.reset(False)
def updateTimeout(timeLeft):
window.updateLockMessage(args.username, timeLeft)