Some APIv2 cleanup

This commit is contained in:
JonnyWong16 2016-02-14 11:03:32 -08:00
commit 91a5529438
3 changed files with 16 additions and 21 deletions

View file

@ -32,6 +32,7 @@ _CONFIG_DEFINITIONS = {
'TIME_FORMAT': (str, 'General', 'HH:mm'),
'API_ENABLED': (int, 'General', 0),
'API_KEY': (str, 'General', ''),
'API_SQL': (int, 'General', 0),
'BOXCAR_ENABLED': (int, 'Boxcar', 0),
'BOXCAR_TOKEN': (str, 'Boxcar', ''),
'BOXCAR_SOUND': (str, 'Boxcar', ''),