We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306272 commit 733a9daCopy full SHA for 733a9da
1 file changed
bna/constants.py
@@ -2,12 +2,12 @@
2
RSA_KEY = 257
3
4
ENROLL_HOSTS = {
5
- # "CN": "mobile-service.battlenet.com.cn",
+ "CN": "mobile-service.battlenet.com.cn",
6
# "EU": "m.eu.mobileservice.blizzard.com",
7
# "US": "m.us.mobileservice.blizzard.com",
8
# "EU": "eu.mobile-service.blizzard.com",
9
# "US": "us.mobile-service.blizzard.com",
10
- "default": "mobile-service.blizzard.com"
+ "default": "mobile-service.blizzard.com",
11
}
12
13
PATHS = {
0 commit comments