From 0b8322d5d8a252546f24f6fcf259e27140602e1b Mon Sep 17 00:00:00 2001 From: Amey Parundekar Date: Wed, 17 Jun 2020 18:30:44 +0530 Subject: [PATCH] Update timeMachine.py --- timeMachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeMachine.py b/timeMachine.py index b9c5854..9f7de0e 100644 --- a/timeMachine.py +++ b/timeMachine.py @@ -57,7 +57,7 @@ def q(self, mess, args): The fields you can query on are : 'ts' as DATETIME, 'body' as TEXT, 'from_node' as ID, 'from_domain' as ID, 'from_resource' as ID, 'to_node' as ID, 'to_domain' as ID, 'to_resource' as ID -The bot tells you explicitely what he understood from your query at the top of the results. +The bot tells you explicitely what it understood from your query at the top of the results. """ q = self.parser.parse(args) return {'query': q, 'results': self.search(q)}