mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 03:37:47 +00:00
Merge "Make fishclient optionsal on list_media"
This commit is contained in:
commit
6a9f5ea6cc
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user