1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 13:25:13 +00:00

Update server.py

This commit is contained in:
NineTailFoxy 2024-06-13 01:50:55 +09:00 committed by GitHub
parent 81a04933ed
commit a9aae79b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ VALID_SERVER = {
'OVERSEA-Korea-one': 'com.nexon.bluearchiveone',
'OVERSEA-Asia': 'com.nexon.bluearchive',
'OVERSEA-America': 'com.nexon.bluearchive',
'OVERSEA-Global': 'com.nexon.bluearchiveone',
'OVERSEA-Global': 'com.nexon.bluearchive.one',
}
VALID_PACKAGE = set(list(VALID_SERVER.values()))