summaryrefslogtreecommitdiff
path: root/spotCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'spotCheck.py')
-rwxr-xr-xspotCheck.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/spotCheck.py b/spotCheck.py
index 7bf46bb..d1edda4 100755
--- a/spotCheck.py
+++ b/spotCheck.py
@@ -15,7 +15,9 @@ def spotCheck(src):
'blz' : buildBlaze,
'bbc' : buildBBC,
'nbc' : buildNBC,
- 'wat' : buildWashTimes}
+ 'wat' : buildWashTimes,
+ 'csm' : buildCSM,
+ 'abc' : buildABC}
data=fns[src]()