mai2: fixed update script, added mai2 heredity, fixed cards import

This commit is contained in:
2023-07-15 22:51:54 +02:00
parent 389784ce82
commit f39317301b
10 changed files with 26 additions and 195 deletions

View File

@ -129,6 +129,6 @@ class CardMakerServlet:
if resp is None:
resp = {"returnCode": 1}
self.logger.info(f"Response {resp}")
self.logger.debug(f"Response {resp}")
return zlib.compress(json.dumps(resp, ensure_ascii=False).encode("utf-8"))