diff --git a/app.py b/app.py index 233ee3b..1d05753 100644 --- a/app.py +++ b/app.py @@ -983,8 +983,7 @@ def restart_device(device_id): timeout=15 ) # Wysyłamy komendę reboot - list(api('/system/reboot')) - + list(api('/system/reboot', {'confirm': 'yes'})) flash("Komenda reboot została wysłana.") except Exception as e: flash(f"Błąd podczas wysyłania komendy reboot: {e}")