summaryrefslogtreecommitdiff
path: root/spotCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'spotCheck.py')
-rwxr-xr-xspotCheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/spotCheck.py b/spotCheck.py
index 5c0e54d..7bf46bb 100755
--- a/spotCheck.py
+++ b/spotCheck.py
@@ -14,7 +14,8 @@ def spotCheck(src):
'gdn' : buildGuardian,
'blz' : buildBlaze,
'bbc' : buildBBC,
- 'nbc' : buildNBC}
+ 'nbc' : buildNBC,
+ 'wat' : buildWashTimes}
data=fns[src]()