# HG changeset patch # User Sandro Knauß # Date 1259280464 -3600 # Node ID 8b363361ba554696534bcdf3ed6320ad062497f3 # Parent e6302069d772261b62b18707f0c2c77720c2c740 daten sind in der klasse gespeichert - müssen nicht übergeben werden diff -r e6302069d772 -r 8b363361ba55 iro/anbieter/smstrade.py --- 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."""