mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
CURA-1923: Using super.__init__()
This commit is contained in:
parent
7581aded7a
commit
dd9220068e
@ -26,7 +26,7 @@ class SliceInfoThread(Job):
|
|||||||
url = None
|
url = None
|
||||||
|
|
||||||
def __init__(self, url, data):
|
def __init__(self, url, data):
|
||||||
Job.__init__(self)
|
super.__init__(self)
|
||||||
self.url = url
|
self.url = url
|
||||||
self.data = data
|
self.data = data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user