Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'issue/7'
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
knightjoel committed Jan 23, 2018
2 parents 2007331 + 4257556 commit b7bdcac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zpark/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ def task_send_spark_message(self, to, text, md=None):
try:
msg = spark_api.messages.create(**msg)

logger.info("New Spark message created: toPersonEmail:{} "
"roomId:{} messageId:{}"
.format(msg.toPersonEmail, msg.roomId, msg.id))
logger.debug("New Spark message created: toPersonEmail:{} "
"roomId:{} messageId:{}"
.format(msg.toPersonEmail, msg.roomId, msg.id))
return msg.id
except SparkApiError as e:
err = "The Spark API returned an error: {}".format(e)
Expand Down

0 comments on commit b7bdcac

Please sign in to comment.