Several cleanups

This commit is contained in:
2026-04-13 22:10:32 +02:00
parent 1a8b47382c
commit 5c6b3fb295
4 changed files with 19 additions and 13 deletions

2
ota.py
View File

@@ -349,8 +349,6 @@ def _fetch_file_list():
break
else:
name = entry["name"]
if not name.endswith(".py"):
continue
for p in patterns:
p = p.rstrip("/")
if _match_pattern(name, p) or _match_pattern(entry["path"], p):