set repair work to off by default
This commit is contained in:
parent
0193f53d28
commit
aa176fdf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class RepairWorker:
|
||||||
|
|
||||||
# Worker state
|
# Worker state
|
||||||
self.running = False
|
self.running = False
|
||||||
self.paused = False
|
self.paused = True
|
||||||
self.should_stop = False
|
self.should_stop = False
|
||||||
self.thread = None
|
self.thread = None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue