mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Forgot to remove tests.
This commit is contained in:
parent
7b08770b3a
commit
19df861456
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue