mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 21:01:01 -04:00
Fixed invalid default value for nus.download_title()
This commit is contained in:
parent
944fb896b5
commit
1e6952c2b2
@ -15,7 +15,7 @@ _nus_endpoint = ["http://nus.cdn.shop.wii.com/ccs/download/", "http://ccs.cdn.wu
|
|||||||
|
|
||||||
|
|
||||||
def download_title(title_id: str, title_version: int = None, wiiu_endpoint: bool = False,
|
def download_title(title_id: str, title_version: int = None, wiiu_endpoint: bool = False,
|
||||||
endpoint_override: str = False) -> Title:
|
endpoint_override: str = None) -> Title:
|
||||||
"""
|
"""
|
||||||
Download an entire title and all of its contents, then load the downloaded components into a Title object for
|
Download an entire title and all of its contents, then load the downloaded components into a Title object for
|
||||||
further use. This method is NOT recommended for general use, as it has absolutely no verbosity. It is instead
|
further use. This method is NOT recommended for general use, as it has absolutely no verbosity. It is instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user