Code cleanup phase 1

This commit is contained in:
2026-04-13 22:28:33 +02:00
parent 5c6b3fb295
commit 44af62d7a5
2 changed files with 5 additions and 22 deletions

7
ota.py
View File

@@ -284,13 +284,6 @@ def _save_manifest(manifest, commit_sha=None):
warn(f"Could not save manifest: {e}")
def _wipe_manifest():
try:
os.remove(MANIFEST_FILE)
info("Manifest wiped — full re-fetch on next update")
except OSError:
pass
def _ok_flag_exists():
try: