- subclass the correct class
[plcapi.git] / PLC / Methods / GetSession.py
index 584de64..ae75219 100644 (file)
@@ -17,8 +17,6 @@ class GetSession(Method):
     accepts = [Auth()]
     returns = Session.fields['session_id']
     
-    event_type = 'Get'
-    object_type = 'Session'
 
     def call(self, auth):
         # Authenticated with a session key, just return it