diff -r 5bacdb7e94d1 -r ab8e2f26718e iro/offer/smstrade.py --- a/iro/offer/smstrade.py Mon Mar 05 19:47:08 2012 +0100 +++ b/iro/offer/smstrade.py Mon Mar 05 21:37:44 2012 +0100 @@ -84,7 +84,7 @@ "key":Option(lambda x,y:x,long="smstrade Gateway Key https://login.smstrade.de/index.php?gateway", must=True) }) - def send(self, route, sms, recipient): + def send(self, route, recipient, sms): """send SMS with $sms to $recipients""" #logger.debug('smstrade.sendSMS(%s,%s)'%(sms, recipient))