We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec974d commit abac603Copy full SHA for abac603
examples/message_create.py
@@ -31,7 +31,7 @@
31
print(' scheduledDatetime : %s' % msg.scheduledDatetime)
32
print(' createdDatetime : %s' % msg.createdDatetime)
33
print(' recipients : %s\n' % msg.recipients)
34
- print
+ print()
35
36
except messagebird.client.ErrorException as e:
37
print('\nAn error occured while requesting a Message object:\n')
0 commit comments