mirror of
https://opendev.org/x/pyghmi
synced 2025-03-19 01:47:41 +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:
parent
7ff32adc64
commit
6f7cb7ee5c
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user