mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2025-04-26 13:21:01 -04:00
Fix uninstalling titles from EmuNAND
This commit is contained in:
parent
02fa6d09ac
commit
dc94ca09c1
@ -47,7 +47,7 @@ def handle_emunand_title(args):
|
||||
title.load_wad(open(pathlib.Path(input_str), "rb").read())
|
||||
target_tid = title.tmd.title_id
|
||||
else:
|
||||
target_tid = args.install
|
||||
target_tid = input_str
|
||||
|
||||
if len(target_tid) != 16:
|
||||
raise ValueError("Invalid Title ID! Title IDs must be 16 characters long.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user