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