Skip to content

Commit

Permalink
Fixed AttributeError: 'super' object has no attribute '_MinecraftWork…
Browse files Browse the repository at this point in the history
…er__init'
  • Loading branch information
csoftware-arigpt authored Oct 28, 2023
1 parent addba5e commit a0c1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class MinecraftWorker(QThread):
progress_signal = pyqtSignal(int)

def __init__(self, version):
super().__init()
super().__init__()
self.version = version

def run(self):
Expand Down

0 comments on commit a0c1abc

Please sign in to comment.