mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-06-30 20:06:26 +00:00
fix: correct phash database labels
This commit is contained in:
@ -118,7 +118,7 @@ class TabOcr_BuildPHashDatabase(Ui_TabOcr_BuildPHashDatabase, QWidget):
|
||||
self.readImageProgressBar.setValue(i)
|
||||
|
||||
songLabels = [re.sub(r"_.*$", "", p.stem) for p in songFilePaths]
|
||||
charLabels = [f"partner||{p.stem}" for p in charIconFilePaths]
|
||||
charLabels = [f"partner_icon||{p.stem}" for p in charIconFilePaths]
|
||||
|
||||
self.databaseBuildThread = BuildDatabaseThread(
|
||||
songMats + charIconMats, songLabels + charLabels
|
||||
|
Reference in New Issue
Block a user