mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-11 00:42:38 +02:00
fixed a bug that precented pd.dataframes to be handled to post-processing
This commit is contained in:
@@ -516,7 +516,7 @@ class DVM:
|
|||||||
# We install locally in these cases for now
|
# We install locally in these cases for now
|
||||||
result = dvm.process(request_form)
|
result = dvm.process(request_form)
|
||||||
try:
|
try:
|
||||||
post_processed = dvm.post_process(str(result), job_event)
|
post_processed = dvm.post_process(result, job_event)
|
||||||
send_nostr_reply_event(post_processed, job_event.as_json())
|
send_nostr_reply_event(post_processed, job_event.as_json())
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
send_job_status_reaction(job_event, "error", content=str(e),
|
send_job_status_reaction(job_event, "error", content=str(e),
|
||||||
|
Reference in New Issue
Block a user