X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FNotifySupport.py;h=fbd33588ee963166be386cdb55f174197a183c91;hb=da06561d0f5240a5409474e16824e4e015f31fac;hp=92e864f6df4b87e93b1a3b450ac54c6bacff065c;hpb=286cdfc25f6ef8fd3e0ed59a175bcf801b14038a;p=plcapi.git diff --git a/PLC/Methods/NotifySupport.py b/PLC/Methods/NotifySupport.py index 92e864f..fbd3358 100644 --- a/PLC/Methods/NotifySupport.py +++ b/PLC/Methods/NotifySupport.py @@ -1,4 +1,3 @@ -# $Id# from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth @@ -6,7 +5,7 @@ from PLC.sendmail import sendmail class NotifySupport(Method): """ - Sends an e-mail message to the configured support address. + Sends an e-mail message to the configured support address. Returns 1 if successful. """