print systrace

This commit is contained in:
karthikmurakonda 2023-10-11 05:54:21 +05:30
parent 830602144c
commit e09273d008
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ def verifyEmail(request):
status=status.HTTP_400_BAD_REQUEST)
except:
logger.warning("Verify Email: " + str(sys.exc_info()))
return Response({'action': "Verify Email", 'message': "Something went wrong"},
return Response({'action': "Verify Email", 'message': "Something went wrong\n"+str(sys.exc_info())},
status=status.HTTP_400_BAD_REQUEST)