mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-1923: Using super.__init__()
This commit is contained in:
parent
7581aded7a
commit
dd9220068e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue