diff --git a/pyghmi/redfish/oem/lenovo/tsma.py b/pyghmi/redfish/oem/lenovo/tsma.py index d5de7fc6..d0540d05 100644 --- a/pyghmi/redfish/oem/lenovo/tsma.py +++ b/pyghmi/redfish/oem/lenovo/tsma.py @@ -495,7 +495,7 @@ class TsmHandler(generic.OEMHandler): raise exc.UnsupportedFunctionality( 'Remote media upload not supported on this system') - def list_media(self, fishclient): + def list_media(self, fishclient=None): wc = self.wc rsp = wc.grab_json_response('/api/settings/media/general') cds = rsp['cd_remote_server_address']