mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:49:01 +08:00
SliceInfo: Using HTTPS again
The problem seems to be related to our HTTP(S) server. It is expected that the problem will be solved after the weekend. Contributes to CURA-1445
This commit is contained in:
parent
6d2520ffbb
commit
41248a5133
@ -61,7 +61,7 @@ class SliceInfoJob(Job):
|
|||||||
# The data is only sent when the user in question gave permission to do so. All data is anonymous and
|
# The data is only sent when the user in question gave permission to do so. All data is anonymous and
|
||||||
# no model files are being sent (Just a SHA256 hash of the model).
|
# no model files are being sent (Just a SHA256 hash of the model).
|
||||||
class SliceInfo(Extension):
|
class SliceInfo(Extension):
|
||||||
info_url = "http://stats.youmagine.com/curastats/slice"
|
info_url = "https://stats.youmagine.com/curastats/slice"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user