fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / NotifySupport.py
index 99ec318..fbd3358 100644 (file)
@@ -5,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.
     """