Skip to content

Commit

Permalink
Update workers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Nov 22, 2024
1 parent 5e23e53 commit 944cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class KraitWorkerSignals(QObject):
prompt = Signal(str)

class KraitBaseWorker(QRunnable):
processer = lambda: None
processer = lambda *x: None

def __init__(self):
super().__init__()
Expand Down

0 comments on commit 944cedc

Please sign in to comment.