chiark / gitweb /
Improve stats posting. Update versio number to RC9
[cura.git] / Cura / util / sliceEngine.py
index e6d7653c0589924e9000d1083afba8a2bdf63c66..1c5d540a69d7295f7abb6750adade385fc777f2d 100644 (file)
@@ -158,7 +158,7 @@ class EngineResult(object):
                        'version': version.getVersion(),
                }
                try:
-                       f = urllib2.urlopen("https://www.youmagine.com/curastats/", data = urllib.urlencode(data), timeout = 1)
+                       f = urllib2.urlopen("https://stats.youmagine.com/curastats/slice", data = urllib.urlencode(data), timeout = 1)
                        f.read()
                        f.close()
                except: