Forgot to remove tests.

This commit is contained in:
Samuel Clay 2009-09-16 03:56:58 +00:00
parent 7b08770b3a
commit 19df861456

View file

@ -238,9 +238,9 @@ class Dispatcher:
start_time = datetime.datetime.now()
### Uncomment to test feed fetcher
from random import randint
if randint(0,10) < 10:
continue
# from random import randint
# if randint(0,10) < 10:
# continue
try:
ffeed = FetchFeed(feed, self.options)