1
0
mirror of synced 2025-01-18 22:24:04 +01:00

update get_mucha_info documentation

This commit is contained in:
Kevin Trocolli 2024-05-19 21:40:02 -04:00
parent 3825ec8e39
commit 3ed8d9c16b

View File

@ -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, [], [])