fix w masowej aktualizacji dirmware
This commit is contained in:
parent
6bc41acebd
commit
9509c6fec1
3
app.py
3
app.py
@ -983,7 +983,8 @@ def restart_device(device_id):
|
|||||||
timeout=15
|
timeout=15
|
||||||
)
|
)
|
||||||
# Wysyłamy komendę reboot
|
# Wysyłamy komendę reboot
|
||||||
list(api('/system/reboot', {'confirm': 'y'}))
|
list(api('/system/reboot'))
|
||||||
|
|
||||||
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