Add files via upload

This commit is contained in:
Anjok07 2023-09-25 18:18:27 -05:00 committed by GitHub
parent 90cc87352f
commit 23401e010d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,6 @@ def error_dialouge(exception):
final_message = full_text
break
else:
final_message = (f'{error_name} Occurred.\n\n{CONTACT_DEV}')
final_message = (f'An Error Occurred: {error_name}\n\n{CONTACT_DEV}')
return final_message