mirror of
https://github.com/nh-server/mkey.git
synced 2026-08-15 20:20:06 -07:00
Enable Wii U support
This commit is contained in:
@@ -21,7 +21,7 @@ async def get_mkey(platform: str, month: int, day: int, inquiry: str):
|
||||
|
||||
generator = mkey.mkey_generator(debug=False)
|
||||
|
||||
if platform not in ["RVL", "TWL", "CTR"]:
|
||||
if platform not in ["RVL", "TWL", "CTR", "WUP"]:
|
||||
raise HTTPException(status_code=501, detail=f"{platform} is not implemented.")
|
||||
master_key = None
|
||||
try:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
#M␍G�ߏ���Q��
|
||||
@@ -0,0 +1 @@
|
||||
Ρu;!U[Ο�³I¨¤�ς
|
||||
@@ -0,0 +1 @@
|
||||
C爲ス�g務|ソム、�歟
|
||||
Reference in New Issue
Block a user