mirror of https://gitlab.com/bashrc2/epicyon
Show bad lists
parent
a216f83af9
commit
227f28d83a
|
@ -2203,9 +2203,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not isinstance(message_json[check_field], list):
|
if not isinstance(message_json[check_field], list):
|
||||||
print('INBOX: WARN: To and Cc fields should be lists, ' +
|
print('INBOX: WARN: To and Cc fields should be lists, ' +
|
||||||
check_field + '=' + str(message_json[check_field]))
|
check_field + '=' + str(message_json[check_field]))
|
||||||
# self._400()
|
# NOTE: this does not prevent further processing
|
||||||
# self.server.postreq_busy = False
|
|
||||||
# return 3
|
|
||||||
|
|
||||||
if has_object_dict(message_json):
|
if has_object_dict(message_json):
|
||||||
if debug:
|
if debug:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string"
|
journalctl -u epicyon -r | grep "WARN: type from\|is not a string\|should be a string\|should be lists"
|
||||||
|
|
Loading…
Reference in New Issue