main.py: improve output

This commit is contained in:
Thomas Farstrike
2025-11-23 14:21:37 +01:00
parent ea0f863e3a
commit fe1408ccb9
+1 -1
View File
@@ -87,7 +87,7 @@ if auto_start_app and launcher_app.fullname != auto_start_app:
mpos.apps.start_app(auto_start_app)
if not started_launcher:
print("WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
print(f"WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
else:
try:
import ota.rollback