mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 16:55:56 +08:00
CURA-1923: Just something I missed
Forgot to remove 'self' from 'super().__init__()'
This commit is contained in:
parent
dbe1d140c4
commit
ecd80974f7
@ -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…
x
Reference in New Issue
Block a user