From 8d888dea87f190a834ce172ba1bbf16f8535be9d Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 20 May 2018 22:36:03 -0500 Subject: [PATCH] Add another comment. --- lugito | 1 + 1 file changed, 1 insertion(+) diff --git a/lugito b/lugito index 9cc68c9..fff3ad0 100755 --- a/lugito +++ b/lugito @@ -101,6 +101,7 @@ def main(): for task in tasksearch: dataepoch = data["action"]["epoch"] datemodified = task["dateModified"] + # All comments within ten seconds of the request are fair game if datemodified >= (dataepoch - 10) and datemodified <= (dataepoch + 10) and task["comments"] != []: print("It's a comment, yes.") comment = True