mirror of
https://opendev.org/x/pyghmi
synced 2025-07-03 11:15:34 +00:00
Correct mistaken function call
It was intended to call the frontended function, but was trying to call itself instead. Change-Id: Ic97bc3715ca14a535ad7174db6505152f8db4b7f
This commit is contained in:
@ -978,7 +978,7 @@ class XCCClient(IMMClient):
|
||||
return result
|
||||
|
||||
def _refresh_token(self):
|
||||
self._refresh_token(self.wc)
|
||||
self._refresh_token_wc(self.wc)
|
||||
|
||||
def _refresh_token_wc(self, wc):
|
||||
wc.grab_json_response('/api/providers/identity')
|
||||
|
Reference in New Issue
Block a user