NewFuture / DDNS

:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
https://ddns.newfuture.cc/
MIT License
4.23k stars 650 forks source link

fix quote_via not compatible with Python2 #255

Closed CrazyBoyFeng closed 3 years ago

CrazyBoyFeng commented 3 years ago

https://github.com/NewFuture/DDNS/issues/231#issuecomment-820912617

use replace('+','%20') instead.