Cleaned up dummyrunner and fixed a lot of issues

This commit is contained in:
Griatch 2021-06-02 00:24:21 +02:00
parent d7b66eecca
commit 677a34d06e
6 changed files with 408 additions and 142 deletions

View file

@ -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):