Update API IP

This commit is contained in:
Ivan Kravets
2016-04-09 14:09:26 +03:00
parent 530868a1fe
commit fe08e1f3f9

View File

@ -33,7 +33,7 @@ __license__ = "Apache Software License"
__copyright__ = "Copyright 2014-2016 Ivan Kravets"
__apiurl__ = "http://api.platformio.org"
__apiip__ = "178.62.159.183"
__apiip__ = "198.7.57.247"
if sys.version_info >= (3, 0, 0):