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

Update server.py

This commit is contained in:
NineTailFoxy 2024-04-08 22:27:11 +09:00 committed by GitHub
parent 6101284a53
commit 035bdfd680
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.bluearchive',
'OVERSEA-Global': 'com.nexon.bluearchiveone',
}
VALID_PACKAGE = set(list(VALID_SERVER.values()))