summaryrefslogtreecommitdiff
path: root/spotCheck.py
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-03-23 17:00:05 -0400
committerssstvinc2 <sstvinc2@gmail.com>2017-03-23 17:00:05 -0400
commit79b293fdc9da9abe9399c727e08efb1b32fd4337 (patch)
tree23660bddfcc6b2d03c91aacb57be47463fdcfb58 /spotCheck.py
parent85f03a6d410295e1a59c6a8b579a32d9dbfe50ea (diff)
added washington times
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]()