fix w masowej aktualizacji dirmware
This commit is contained in:
parent
254355227b
commit
d8f66a5a15
3
app.py
3
app.py
@ -983,8 +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': 'yes'}))
|
||||||
|
|
||||||
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