fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / ReportRunlevel.py
index e903122..c2fb9ce 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -49,7 +47,7 @@ class ReportRunlevel(Method):
                 node.update({field : report_fields[field]})
 
         node.sync(commit=True)
-        
+
         # skip logging in this case
         if former_level and 'run_level' in node and node['run_level'] == former_level:
             pass