Skip to content

Commit 733a9da

Browse files
committed
Restore chinese host for mobile services
References #18
1 parent 7306272 commit 733a9da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bna/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
RSA_KEY = 257
33

44
ENROLL_HOSTS = {
5-
# "CN": "mobile-service.battlenet.com.cn",
5+
"CN": "mobile-service.battlenet.com.cn",
66
# "EU": "m.eu.mobileservice.blizzard.com",
77
# "US": "m.us.mobileservice.blizzard.com",
88
# "EU": "eu.mobile-service.blizzard.com",
99
# "US": "us.mobile-service.blizzard.com",
10-
"default": "mobile-service.blizzard.com"
10+
"default": "mobile-service.blizzard.com",
1111
}
1212

1313
PATHS = {

0 commit comments

Comments
 (0)