Closed circleflow closed 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}
thanks for pointing out this typo, fixed it!
ddns.py line 53:
DDNSUtils.info("current public ip is:{0}, server ip is:%s".format(currentPublicIP, localRecord.value))
%s should be {1}