Fixed db fix from main process

This commit is contained in:
Krateng 2020-06-20 18:06:08 +02:00
parent 398b737781
commit daa256fc3b
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ def rebuild(**keys):
global db_rulestate
db_rulestate = False
sync()
from .fixexisting import fix
from .proccontrol.tasks.fixexisting import fix
fix()
global cla, coa
cla = CleanerAgent()