From 88ae673732464fd4ed6bb8d039f21d71f73c0c81 Mon Sep 17 00:00:00 2001 From: sudan45 Date: Wed, 2 Oct 2024 11:03:44 +0545 Subject: [PATCH] Add zendesk link in error response --- deep/exception_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep/exception_handler.py b/deep/exception_handler.py index 2e9ab9c28c..6052808ebd 100644 --- a/deep/exception_handler.py +++ b/deep/exception_handler.py @@ -12,7 +12,7 @@ logger = logging.getLogger(__name__) standard_error_string = ( 'Something unexpected has occured. ' - 'Please contact an admin to fix this issue.' + 'Please report the issue on https://deephelp.zendesk.com/hc/en-us/requests/new' )