ck 4 lat temu
rodzic
commit
aea1184c06
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      handlers/HandlerBase.py

+ 1 - 1
handlers/HandlerBase.py

@@ -121,7 +121,7 @@ class BaseHandler(RequestHandler,DateUtils):
             b = str(float(base64.b64decode(origStr.encode('utf-8')).decode(encoding='utf-8',errors='ignore')) * int(self.now.day))[:10]
             diff =int(time.mktime(time.localtime()))-int(b)
             print(diff)
-            if diff < 60:
+            if diff < 10:
                 return True
             else:
                 return False