From bb2292080a5abd9cc8a311a5aee97afcf65a00d4 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 10 Feb 2014 01:59:35 +0000 Subject: [PATCH] Fix typo --- vis/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis/config.py b/vis/config.py index 5e5ce4a..07151fe 100644 --- a/vis/config.py +++ b/vis/config.py @@ -32,7 +32,7 @@ class Config: 'rate': { 'acc': 1, 'mag': 1, - 'lgh': 1, + 'lgt': 1, 'tch': 1, 'a2d': 1, }, -- 2.43.2