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:
@ -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()
|
||||
|
Reference in New Issue
Block a user