Increase max number of definitions

This commit is contained in:
Bob Mottram 2014-05-26 17:03:58 +01:00
parent 119ffdefbb
commit 1ea7ff50f8

View File

@ -50,7 +50,7 @@ def jargonSubdefinitions(text):
definitions = 1
# too many definitions
if definitions > 5:
if definitions > 8:
definitions = 0
return definitions