add parameter to getDescription

This commit is contained in:
chrys 2016-09-17 02:15:05 +02:00
parent 9744e428cb
commit d883f7e213

View File

@ -7,7 +7,7 @@ class command():
return environment return environment
def shutdown(self, environment): def shutdown(self, environment):
return environment return environment
def getDescription(self): def getDescription(self, environment):
return 'No Description found' return 'No Description found'
def run(self, environment): def run(self, environment):
return environment return environment