- support updating 'enabled' field
[plcapi.git] / PLC / Methods / GetSession.py
index f1263c8..ae75219 100644 (file)
@@ -16,6 +16,7 @@ class GetSession(Method):
     roles = ['admin', 'pi', 'user', 'tech', 'node']
     accepts = [Auth()]
     returns = Session.fields['session_id']
+    
 
     def call(self, auth):
         # Authenticated with a session key, just return it