Update WSA support

This commit is contained in:
hyugogirubato 2024-07-27 15:41:57 +02:00
parent 80980c964c
commit 8cab28e1b4
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ def main() -> None:
processes = {
key: (name, pid)
for name, pid in core.enumerate_processes().items()
for key in CDM_VENDOR_API.keys() if key in name or key.replace('-service', '-service-lazy') in name
for key in CDM_VENDOR_API.keys()
if key in name or key.replace('-service', '-service-lazy') in name
}
if not processes: