Update config.py

This commit is contained in:
Gordon Shumway 2019-04-06 18:16:44 -04:00 committed by GitHub
parent c28398f412
commit 15a04d473f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def configure(advanced):
Cayenne = conf.registerPlugin('Cayenne')
conf.registerChannelValue(Cayenne, 'enable',
registry.Boolean(True, _("""Turns on and off Cayenne.""")))
registry.Boolean(True, _("""Turns on and off Cayenne.""")))
conf.registerGlobalValue(Cayenne, 'factChance',
registry.Integer(10, _("""0-100 chance to trigger a cat fact""")))