mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed db fix from main process
This commit is contained in:
parent
398b737781
commit
daa256fc3b
@ -854,7 +854,7 @@ def rebuild(**keys):
|
|||||||
global db_rulestate
|
global db_rulestate
|
||||||
db_rulestate = False
|
db_rulestate = False
|
||||||
sync()
|
sync()
|
||||||
from .fixexisting import fix
|
from .proccontrol.tasks.fixexisting import fix
|
||||||
fix()
|
fix()
|
||||||
global cla, coa
|
global cla, coa
|
||||||
cla = CleanerAgent()
|
cla = CleanerAgent()
|
||||||
|
Loading…
Reference in New Issue
Block a user