rfancn / aliyun-ddns-client

Python DDNS client for Aliyun
404 stars 137 forks source link

one small typo #3

Closed circleflow closed 8 years ago

circleflow commented 8 years ago

ddns.py line 53:
DDNSUtils.info("current public ip is:{0}, server ip is:%s".format(currentPublicIP, localRecord.value))
%s should be {1}

rfancn commented 8 years ago

thanks for pointing out this typo, fixed it!