[blipit] r172 committed - Changing the method signature in app.py

0 views
Skip to first unread message

bli...@googlecode.com

unread,
Jan 16, 2011, 1:19:42 PM1/16/11
to bli...@googlegroups.com
Revision: 172
Author: dipt...@gmail.com
Date: Sun Jan 16 10:15:38 2011
Log: Changing the method signature in app.py
http://code.google.com/p/blipit/source/detail?r=172

Modified:
/trunk/blipitsms/geocoder/app.py

=======================================
--- /trunk/blipitsms/geocoder/app.py Sun Jan 16 10:14:50 2011
+++ /trunk/blipitsms/geocoder/app.py Sun Jan 16 10:15:38 2011
@@ -13,7 +13,7 @@
channel_list.append(blip.Channel(channel.channel_id))

if len(channel_list) is not 0:
- result = tasks.send(msg.connection.identity,
msg_txt[1].replace(","," "), channel_list, msg)
+ result = tasks.send(msg.connection.identity,
msg_txt[1].replace(","," "), channel_list)
if result:
msg.respond("We have added your request to our queue")
else:

Reply all
Reply to author
Forward
0 new messages