From 60fca489c8f8575dc9aafe11d51c53b1aab5a893 Mon Sep 17 00:00:00 2001 From: daid Date: Thu, 1 May 2014 14:47:58 +0200 Subject: [PATCH] Youmagine needs to be https. --- Cura/util/sliceEngine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/util/sliceEngine.py b/Cura/util/sliceEngine.py index ea483a81..c9933407 100644 --- a/Cura/util/sliceEngine.py +++ b/Cura/util/sliceEngine.py @@ -157,7 +157,7 @@ class EngineResult(object): 'version': version.getVersion(), } try: - f = urllib2.urlopen("http://www.youmagine.com/curastats/", data = urllib.urlencode(data), timeout = 1) + f = urllib2.urlopen("https://www.youmagine.com/curastats/", data = urllib.urlencode(data), timeout = 1) f.read() f.close() except: -- 2.30.2