🐛 Fix ocr-texts.json unexpected write

This commit is contained in:
Daniel 2024-11-05 08:35:25 +08:00
parent 5ce414c658
commit 141374b7c1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -168,7 +168,6 @@ func GetAssetText(asset string) (ret string) {
assetsTextsLock.Lock()
ret = assetsTexts[asset]
assetsTextsLock.Unlock()
assetsTextsChanged.Store(true)
return
}