Skip to content

Commit

Permalink
Merge pull request googleapis#131 from miltondavila/patch-1
Browse files Browse the repository at this point in the history
Misspelling
  • Loading branch information
Narcolapser authored Oct 5, 2018
2 parents a2c8f3f + d436835 commit dc7bdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def sendMessage(self):
response = requests.post(
self.send_url, data, headers=headers, auth=self.auth,verify=self.verify)
log.debug('response from server for sending message:' + str(response))
log.debug("respnse body: {}".format(response.text))
log.debug("response body: {}".format(response.text))
if response.status_code != 202:
return False

Expand Down

0 comments on commit dc7bdc7

Please sign in to comment.