From d845f7a7e61bf5e788b2208a249b70b87e69d837 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 6 Mar 2026 01:03:41 +0100 Subject: [PATCH] worker new --- tools/pi_control/worker.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pi_control/worker.php b/tools/pi_control/worker.php index 19acde8..dda936d 100644 --- a/tools/pi_control/worker.php +++ b/tools/pi_control/worker.php @@ -215,3 +215,4 @@ function truncateText(string $text, int $limit): string } return substr($text, 0, $limit) . "\n...truncated..."; } +s \ No newline at end of file