mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
(plugin) apps::thales::mistral::vs9::restapi - fix token renew (#4219)
This commit is contained in:
parent
132c0f2719
commit
4bf36aa714
@ -181,7 +181,7 @@ sub clean_token {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $datas = { updated => time() };
|
my $datas = { updated => time() };
|
||||||
$self->{cache}->write(data => $datas);
|
$self->{cache_connect}->write(data => $datas);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub request_api {
|
sub request_api {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user