fix in js

This commit is contained in:
Mateusz Gruszczyński 2025-02-27 07:43:33 +01:00
parent a0f21ac8e8
commit be081edde8

2
app.py
View File

@ -983,7 +983,7 @@ def restart_device(device_id):
timeout=15
)
# Wysyłamy komendę reboot
list(api('/system/reboot'))
list(api('/system/reboot', {'confirm': ''}))
flash("Komenda reboot została wysłana.")
except Exception as e:
flash(f"Błąd podczas wysyłania komendy reboot: {e}")