Align with OpenALPR platform for naming conf variables (#7650)

This commit is contained in:
Fabian Affolter 2017-05-18 09:57:38 +02:00
parent de85d38aa5
commit 45b4ef46cc
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__)
CONF_DIGITS = 'digits'
CONF_HEIGHT = 'height'
CONF_SSOCR_BIN = 'ssocr'
CONF_SSOCR_BIN = 'ssocr_bin'
CONF_THRESHOLD = 'threshold'
CONF_WIDTH = 'width'
CONF_X_POS = 'x_position'