Merge pull request #28 from sn-o-w/main

Update __main__.py
This commit is contained in:
hyugogirubato 2024-07-27 15:38:11 +02:00 committed by GitHub
commit 80980c964c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ def main() -> None:
processes = { processes = {
key: (name, pid) key: (name, pid)
for name, pid in core.enumerate_processes().items() 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: if not processes: