Updating TOR to use latest GV bindings from Dialcentral, particularly a bug fix is...
[theonering] / src / channel / debug_prompt.py
index ce284e0..2104917 100644 (file)
@@ -257,7 +257,7 @@ class DebugPromptChannel(tp.ChannelTypeText, cmd.Cmd):
                try:
                        number = args[0]
                        message = " ".join(args[1:])
-                       self._conn.session.backend.send_sms(number, message)
+                       self._conn.session.backend.send_sms([number], message)
                except Exception, e:
                        self._report_new_message(str(e))