2
0
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:
Jarrod Johnson 2018-01-23 10:55:27 -05:00
parent 7ff32adc64
commit 6f7cb7ee5c

View File

@ -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')