Cleaned up dummyrunner and fixed a lot of issues
This commit is contained in:
parent
d7b66eecca
commit
677a34d06e
6 changed files with 408 additions and 142 deletions
|
|
@ -37,7 +37,8 @@ DUMMYSESSION = namedtuple("DummySession", ["sessid"])(0)
|
|||
# Portal-SessionHandler class
|
||||
# -------------------------------------------------------------
|
||||
|
||||
DOS_PROTECTION_MSG = _("{servername} DoS protection is active. You are queued to connect in {num} seconds ...")
|
||||
DOS_PROTECTION_MSG = _("{servername} DoS protection is active."
|
||||
"You are queued to connect in {num} seconds ...")
|
||||
|
||||
|
||||
class PortalSessionHandler(SessionHandler):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue