fix in js
This commit is contained in:
parent
a0f21ac8e8
commit
be081edde8
2
app.py
2
app.py
@ -983,7 +983,7 @@ def restart_device(device_id):
|
|||||||
timeout=15
|
timeout=15
|
||||||
)
|
)
|
||||||
# Wysyłamy komendę reboot
|
# Wysyłamy komendę reboot
|
||||||
list(api('/system/reboot'))
|
list(api('/system/reboot', {'confirm': ''}))
|
||||||
flash("Komenda reboot została wysłana.")
|
flash("Komenda reboot została wysłana.")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
flash(f"Błąd podczas wysyłania komendy reboot: {e}")
|
flash(f"Błąd podczas wysyłania komendy reboot: {e}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user