Yonsm / MiService

XiaoMi Cloud Service for mi.com
MIT License
662 stars 201 forks source link

fix some problems to adapt windows env while i tried to use miservice #51

Open cimpapa opened 1 month ago

cimpapa commented 1 month ago
  1. README.md: Modify the order of installation dependencies to avoid the situation where aiohttp cannot be found
  2. setup.py: Modified the specified encoding format to utf-8 to adapt to the installation environment under windows
  3. micli.py: Add the judgment of whether the current environment is a windows environment to specify the specific implementation of the event loop to avoid the following problems image