Fixed invalid default value for nus.download_title()

This commit is contained in:
2024-12-12 21:54:00 -05:00
parent 944fb896b5
commit 1e6952c2b2

View File

@@ -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