enlever set_trace()
This commit is contained in:
@@ -969,7 +969,7 @@ def demandes(request):
|
|||||||
return HTTPFound(location=request.route_url('home'))
|
return HTTPFound(location=request.route_url('home'))
|
||||||
|
|
||||||
raw_email = msg_data[0][1]
|
raw_email = msg_data[0][1]
|
||||||
import pdb;pdb.set_trace()
|
# import pdb;pdb.set_trace()
|
||||||
# converts byte literal to string removing b''
|
# converts byte literal to string removing b''
|
||||||
try:
|
try:
|
||||||
raw_email_string = raw_email.decode('utf-8')
|
raw_email_string = raw_email.decode('utf-8')
|
||||||
|
|||||||
Reference in New Issue
Block a user