iro/anbieter/smstrade.py
changeset 22 8b363361ba55
parent 21 e6302069d772
child 23 0180b538ed74
--- a/iro/anbieter/smstrade.py	Fri Nov 27 01:05:48 2009 +0100
+++ b/iro/anbieter/smstrade.py	Fri Nov 27 01:07:44 2009 +0100
@@ -113,7 +113,7 @@
             except (NotATelNumber,NoValidStatusCode,InternetConnectionError):
                 self.updateStatus(failed=recipient)
 
-    def __send(self, key, route, to, message, from_=None, timestamp=None):
+    def __send(self, route, to, message,  timestamp=None):
         """ This function is the main part of the request to the sms service.    
         The function has to return a unicode formated string that will represent the answer of the sms service
         to the request."""