=== modified file 'mandos-ctl' --- mandos-ctl 2019-03-13 21:52:43 +0000 +++ mandos-ctl 2019-03-13 22:21:45 +0000 @@ -636,11 +636,9 @@ "LastCheckerStatus": "Last Checker Status", } - def __init__(self, clients, keywords, tableheaders=None): + def __init__(self, clients, keywords): self.clients = clients self.keywords = keywords - if tableheaders is not None: - self.tableheaders = tableheaders def __str__(self): return "\n".join(self.rows())