mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-1923: Just something I missed
Forgot to remove 'self' from 'super().__init__()'
This commit is contained in:
parent
dbe1d140c4
commit
ecd80974f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class SliceInfoJob(Job):
|
|||
url = None
|
||||
|
||||
def __init__(self, url, data):
|
||||
super.__init__(self)
|
||||
super().__init__()
|
||||
self.url = url
|
||||
self.data = data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue