From d822e396f4fbb7ba0ab8097c190bc1099bb7ef98 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Tue, 12 Dec 2023 10:05:45 +0100 Subject: [PATCH] Update output_utils.py --- utils/output_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/output_utils.py b/utils/output_utils.py index 00990d9..d084eb4 100644 --- a/utils/output_utils.py +++ b/utils/output_utils.py @@ -175,7 +175,8 @@ def upload_media_to_hoster(filepath: str): print(result) return result except: - raise Exception("Upload not possible, all hosters didn't work") + raise Exception("Upload not possible, all hosters didn't work or couldn't generate output") + def build_status_reaction(status, task, amount, content): alt_description = "This is a reaction to a NIP90 DVM AI task. "