check with empty

This commit is contained in:
edbrz9 2023-01-01 19:58:05 +01:00
parent 355dd0f17b
commit 61aa31adda
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
$cmd = "python3 y2t.py " . $url . " " . $lang ;
exec($cmd, $output, $return);
echo "<h4> Debug strel(output):";
echo strlen($output);
echo "<h4> Debug empty(output):";
echo empty($output);
echo "</h4>";
if (strlen($output) > 0) {