mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +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
|
||||
|
||||
def __init__(self, url, data):
|
||||
Job.__init__(self)
|
||||
super.__init__(self)
|
||||
self.url = url
|
||||
self.data = data
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user