Mercurial > code > home > repos > homeauto
diff service/reasoning/reasoning.py @ 463:1ceb26846eca
add separate :matchPredicate support. some build and log edits.
Ignore-this: acdab8c2859e5f8622b491228d0c74dd
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:36:30 -0700 |
parents | 79d041273e26 |
children | 53a2664f450a |
line wrap: on
line diff
--- a/service/reasoning/reasoning.py Sat Apr 20 23:35:46 2019 -0700 +++ b/service/reasoning/reasoning.py Sat Apr 20 23:36:30 2019 -0700 @@ -24,7 +24,7 @@ from colorlog import ColoredFormatter from docopt import docopt from rdflib import Namespace, Literal, RDF, Graph -from twisted.internet import reactor, task +from twisted.internet import reactor, task, defer from twisted.internet.defer import inlineCallbacks import cyclone.web, cyclone.websocket @@ -285,6 +285,8 @@ secondary_log_colors={}, style='%' )) + defer.setDebugging(True) + if arg['-i']: import twisted.python.log