mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-03-10 06:31:09 +00:00
Add another comment.
This commit is contained in:
parent
4748c9cc88
commit
8d888dea87
1
lugito
1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user