From 6bc41acebd3c6c83890bad20f0acd22233ce19b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 27 Feb 2025 08:33:01 +0100 Subject: [PATCH] fix w masowej aktualizacji dirmware --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 1d05753..0566f00 100644 --- a/app.py +++ b/app.py @@ -983,7 +983,7 @@ def restart_device(device_id): timeout=15 ) # Wysyłamy komendę reboot - list(api('/system/reboot', {'confirm': 'yes'})) + list(api('/system/reboot', {'confirm': 'y'})) flash("Komenda reboot została wysłana.") except Exception as e: flash(f"Błąd podczas wysyłania komendy reboot: {e}")