fix Unescaped left brace in regex is deprecated here
This commit is contained in:
parent
d703c7e9a8
commit
75d9b4aaa0
@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
my $version = "2.0.10";
|
my $version = "2.0.11";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -634,9 +634,9 @@ sub LGTV_WebOS_Read($) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if( $buf =~ /({"type":".+}}$)/ ) {
|
if( $buf =~ /(\{"type":".+}}$)/ ) {
|
||||||
|
|
||||||
$buf =~ /({"type":".+}}$)/;
|
$buf =~ /(\{"type":".+}}$)/;
|
||||||
$buf = $1;
|
$buf = $1;
|
||||||
|
|
||||||
Log3 $name, 4, "LGTV_WebOS ($name) - received correct JSON string, start response processing: $buf";
|
Log3 $name, 4, "LGTV_WebOS ($name) - received correct JSON string, start response processing: $buf";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user