authors-all-fix
All checks were successful
Deploy on push / deploy (push) Successful in 37s

This commit is contained in:
2024-05-06 20:00:26 +03:00
parent 499ecb501d
commit 1185880f8e
2 changed files with 21 additions and 22 deletions

View File

@@ -205,6 +205,9 @@ def get_with_stat(q):
entity.stat = stat
records.append(entity)
except Exception as exc:
import traceback
traceback.print_exc()
logger.error(exc, exc_info=True)
return records