python 3 friendly print
This commit is contained in:
@@ -279,9 +279,8 @@ class Client(object):
|
|||||||
r = self._post(SendURL, data)
|
r = self._post(SendURL, data)
|
||||||
|
|
||||||
if self.debug:
|
if self.debug:
|
||||||
print r
|
print(r)
|
||||||
for k,v in data.iteritems():
|
print(data)
|
||||||
print k,':',v
|
|
||||||
return r.ok
|
return r.ok
|
||||||
|
|
||||||
def sendRemoteImage(self, recipient_id, message=None, message_type='user', image=''):
|
def sendRemoteImage(self, recipient_id, message=None, message_type='user', image=''):
|
||||||
|
Reference in New Issue
Block a user