[IMP] Add the FIXME message

bzr revid: stephane@tinyerp.com-20081210213604-wd1thxun1a4bv964
This commit is contained in:
Stephane Wirtel 2008-12-10 22:36:04 +01:00
parent 880d0578e0
commit 55ec2ebdd0
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ def sms_send(user, password, api_id, text, to):
params = urllib.urlencode({'user': user, 'password': password, 'api_id': api_id, 'text': text, 'to':to})
#f = urllib.urlopen("http://api.clickatell.com/http/sendmsg", params)
f = urllib.urlopen("http://196.7.150.220/http/sendmsg", params)
# FIXME: Use the logger if there is an error
print f.read()
return True