Update __main__.py

This commit is contained in:
sn-o-w 2024-07-27 16:36:35 +03:00
parent 0629e26269
commit 74e721bc95
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ 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
for key in CDM_VENDOR_API.keys() if key in name or key.replace('-service', '-service-lazy') in name
}
if not processes: