From c1ed600d4e296f968fde33f26cc9a4a494dab44b Mon Sep 17 00:00:00 2001 From: Metacube2 Date: Tue, 18 Nov 2025 10:23:49 +0100 Subject: [PATCH] we --- synth/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/synth/index.php b/synth/index.php index 3814da6..9cd34ab 100644 --- a/synth/index.php +++ b/synth/index.php @@ -12,10 +12,12 @@ try { if (isset($payload['chartName'])) { $btcChange = $payload['chartName']; } + } } catch (Throwable $e) { // Silently ignore network failures, we degrade gracefully in the UI. } + $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt'; ?> @@ -23,6 +25,8 @@ $btcLabel = $btcPrice ? number_format($btcPrice, 2) . ' $' : 'unbekannt'; + + Mouse Synth Lab