izuemon commited on
Commit
67bf15c
·
verified ·
1 Parent(s): d27af8b

Update watcher.py

Browse files
Files changed (1) hide show
  1. watcher.py +3 -0
watcher.py CHANGED
@@ -242,6 +242,9 @@ def main():
242
  latest_time = None
243
 
244
  for msg in messages:
 
 
 
245
  msg_id = msg.get("id")
246
  plain_text = msg.get("plainText")
247
  updated_at = msg.get("updatedAt")
 
242
  latest_time = None
243
 
244
  for msg in messages:
245
+ if msg.get("personId") == "595702":
246
+ continue
247
+
248
  msg_id = msg.get("id")
249
  plain_text = msg.get("plainText")
250
  updated_at = msg.get("updatedAt")