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' )