From 3ed8d9c16b0a87d950e4fbcc320126a695564bec Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sun, 19 May 2024 21:40:02 -0400 Subject: [PATCH] update get_mucha_info documentation --- core/title.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/title.py b/core/title.py index 7aeb433..016e09a 100644 --- a/core/title.py +++ b/core/title.py @@ -80,7 +80,8 @@ class BaseServlet: cfg_dir (str): Config directory Returns: - Tuple[bool, str]: Tuple where offset 0 is true if the game is enabled, false otherwise, and offset 1 is the game CD + Tuple[bool, List[str], List[str]]: Tuple where offset 0 is true if the game is enabled, false otherwise, and offset 1 is the game CDs handled + by this servlette, and offset 2 is mucha netID prefixes that should be used for each game CD. """ return (False, [], [])