Skip to content

Commit 444fd22

Browse files
authored
Hotfix (#88)
1 parent 60a0a2e commit 444fd22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def update_attribute_payloads(
196196
request.record_ids,
197197
)
198198
except Exception:
199+
print(traceback.format_exc(), flush=True)
199200
return responses.PlainTextResponse(
200201
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR
201202
)

submodules/model

0 commit comments

Comments
 (0)