type correction and adding global flag kb.ignoreTimeout which could be useful

This commit is contained in:
Miroslav Stampar
2011-05-22 08:24:13 +00:00
parent 27f0e73cc9
commit 2ea613b170
4 changed files with 7 additions and 6 deletions

View File

@@ -1354,6 +1354,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
kb.headersFp = {}
kb.hintValue = None
kb.htmlFp = []
kb.ignoreTimeout = False
kb.injection = injectionDict()
kb.injections = []