fix w masowej aktualizacji dirmware
This commit is contained in:
parent
d8f66a5a15
commit
6bc41acebd
2
app.py
2
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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user