1
0
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:
Krateng 2020-06-20 18:06:08 +02:00
parent 398b737781
commit daa256fc3b

View File

@ -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()