Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / base_presence.py
index 6464e9752a0875506f908b9608a16c35eaa497a0..c4d61da3ca4687be7f0baa945cd684de0483552a 100755 (executable)
@@ -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)