diff --git a/checks/core.py b/checks/core.py index 662166a..e71b8ca 100644 --- a/checks/core.py +++ b/checks/core.py @@ -51,7 +51,8 @@ def getOBSVersionLine(lines): 'already running', 'multiple instances', 'windows from screen capture', - 'Lenovo Vantage / Legion Edge is installed') + 'Lenovo Vantage / Legion Edge is installed', + 'com.obsproject') for line in versionLines: if not any(wrongLine in line for wrongLine in wrongLines): return line