--- 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."""