🐛 Fix ocr-texts.json unexpected write
This commit is contained in:
parent
5ce414c658
commit
141374b7c1
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ func GetAssetText(asset string) (ret string) {
|
|||
assetsTextsLock.Lock()
|
||||
ret = assetsTexts[asset]
|
||||
assetsTextsLock.Unlock()
|
||||
assetsTextsChanged.Store(true)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue