From 0cb5aec3486284636192263882aa5780f58f6a9b Mon Sep 17 00:00:00 2001 From: mostlyjason Date: Sat, 2 Apr 2016 12:02:24 -0700 Subject: [PATCH] Fixing the check for settings --- caster/apps/atom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caster/apps/atom.py b/caster/apps/atom.py index e092c4d7f..35669047d 100644 --- a/caster/apps/atom.py +++ b/caster/apps/atom.py @@ -18,7 +18,7 @@ class CommandRule(MappingRule): # How long to wait for the Atom palette to load before hitting the enter key atom_palette_wait = "30" - if settings.SETTINGS["apps"]["atom"]: + if settings.SETTINGS["miscellaneous"]["atom_palette_wait"]: atom_palette_wait = settings.SETTINGS["miscellaneous"]["atom_palette_wait"] mapping = {