Settings app.conf RW check + VNDRPDT plugin

This commit is contained in:
jokob-sk
2024-11-22 10:12:35 +11:00
parent 55881249e2
commit 84c5fdae43
18 changed files with 54 additions and 29 deletions

View File

@@ -91,6 +91,7 @@ def update_vendors (dbPath, plugin_objects):
devVendor
FROM Devices
WHERE devVendor = '(unknown)'
OR devVendor = '(Unknown)'
OR devVendor = ''
OR devVendor IS NULL
""")