summaryrefslogtreecommitdiffstats
path: root/module/CaptchaManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/CaptchaManager.py')
-rw-r--r--module/CaptchaManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/CaptchaManager.py b/module/CaptchaManager.py
index 99d29f37d..7c851a16e 100644
--- a/module/CaptchaManager.py
+++ b/module/CaptchaManager.py
@@ -128,7 +128,7 @@ class CaptchaTask():
self.status = "shared-user"
def timedOut(self):
- return self.waitUntil >= time()
+ return time() > self.waitUntil
def invalid(self):
""" indicates the captcha was not correct """