fix cisco ces debug
This commit is contained in:
parent
1806eb4497
commit
09311d9152
|
@ -193,7 +193,6 @@ sub authenticate {
|
||||||
sub request_api {
|
sub request_api {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
return {};
|
|
||||||
$self->settings();
|
$self->settings();
|
||||||
if (!defined($self->{session_cookie})) {
|
if (!defined($self->{session_cookie})) {
|
||||||
$self->authenticate(statefile => $self->{cache});
|
$self->authenticate(statefile => $self->{cache});
|
||||||
|
|
Loading…
Reference in New Issue