this=>self

This commit is contained in:
Isaac Connor 2021-02-02 17:30:42 -05:00
parent 7dd9188b3b
commit e6358290b4
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub sendCmd {
my $self = shift;
my $cmd = shift;
my $result = undef;
$this->printMsg($cmd, 'Tx');
$self->printMsg($cmd, 'Tx');
my $req = HTTP::Request->new(GET=>'http://'.$self->{Monitor}->{ControlAddress}.'/'.$cmd);
my $res = $self->{ua}->request($req);