enlever set_trace()

This commit is contained in:
2020-08-15 08:49:20 +02:00
parent 756fa75f4f
commit 6210b436b0

View File

@@ -969,7 +969,7 @@ def demandes(request):
return HTTPFound(location=request.route_url('home'))
raw_email = msg_data[0][1]
import pdb;pdb.set_trace()
# import pdb;pdb.set_trace()
# converts byte literal to string removing b''
try:
raw_email_string = raw_email.decode('utf-8')