summaryrefslogtreecommitdiff
path: root/base_presence.py
diff options
context:
space:
mode:
Diffstat (limited to 'base_presence.py')
-rwxr-xr-xbase_presence.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/base_presence.py b/base_presence.py
index 6464e97..c4d61da 100755
--- a/base_presence.py
+++ b/base_presence.py
@@ -179,6 +179,8 @@ class PresenceDetection(object):
cabin_count = 0
for line in lines:
line = line.strip()
+ if 'using fake authentication data for X11' in line:
+ continue
if len(line) == 0:
continue
logger.debug('%s> %s', location, line)