print in python 3 needs parenthesis

This commit is contained in:
Stéphane Blondon
2017-09-14 18:11:48 +02:00
parent cc179c365d
commit 5b0602c231

View File

@@ -71,12 +71,12 @@ for uid, message in all_messages:
message.attachments
# To check all available keys
print message.keys()
print(message.keys())
# To check the whole object, just write
print message
print(message)
{
'headers':