picklepete / pyicloud

A Python + iCloud wrapper to access iPhone and Calendar data.
MIT License
2.45k stars 437 forks source link

add China domain region suffix support #413

Open enefry opened 1 year ago

enefry commented 1 year ago

Breaking change

support icloud region suffix load from environment variable: icloud_region_suffix

such as :

icloud_region_suffix=.cn
 www.icloud.com.cn

Proposed change

support china icloud support

Type of change

Example of code:

icloud_region_suffix=.cn
 www.icloud.com.cn

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed: