Skip to content

Commit

Permalink
Be quiet.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Oct 6, 2010
1 parent 89afc0b commit 109b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipgateapi.py
Expand Up @@ -36,6 +36,6 @@ def send_sms(self, recipient_number, text):
if not recipient_number.isdigit():
raise SanityCheckError('Recipient number must be a string of digits.')

print self.sg.samurai.SessionInitiate({'RemoteUri': PHONE_TO_SIP_TEMPLATE % recipient_number,
self.sg.samurai.SessionInitiate({'RemoteUri': PHONE_TO_SIP_TEMPLATE % recipient_number,
'TOS': 'text',
'Content': str(text)})

0 comments on commit 109b6cb

Please sign in to comment.