iro/offer/smstrade.py
branchdevel
changeset 216 ab8e2f26718e
parent 215 5bacdb7e94d1
child 220 602720314930
--- 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))