mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2025-04-26 21:31:02 -04:00
Fix issue with EmuNAND uninstall args
This commit is contained in:
parent
f09806e002
commit
d9c5940307
@ -143,7 +143,7 @@ def handle_emunand_title(args):
|
|||||||
if pathlib.Path(input_str).exists():
|
if pathlib.Path(input_str).exists():
|
||||||
title = libWiiPy.title.Title()
|
title = libWiiPy.title.Title()
|
||||||
title.load_wad(open(pathlib.Path(input_str), "rb").read())
|
title.load_wad(open(pathlib.Path(input_str), "rb").read())
|
||||||
target_tid = title.tmd
|
target_tid = title.tmd.title_id
|
||||||
else:
|
else:
|
||||||
target_tid = args.install
|
target_tid = args.install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user