mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update npk.py
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
3d491261f3
commit
00a510fc1e
1 changed files with 1 additions and 1 deletions
2
npk.py
2
npk.py
|
|
@ -207,7 +207,7 @@ class NovaPackage(Package):
|
|||
self._parts.append(NpkPartItem(NpkPartID(part_id),NpkInfo.unserialize_from(part_data)))
|
||||
else:
|
||||
self._parts.append(NpkPartItem(NpkPartID(part_id),part_data))
|
||||
def set_null_block(self):
|
||||
def set_null_block(self):
|
||||
has_squashfs = False
|
||||
for part in self._parts:
|
||||
if part.id == NpkPartID.SQUASHFS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue