fix bug for feed generate
This commit is contained in:
parent
b5bd9f258a
commit
619ce80267
|
@ -43,6 +43,7 @@ class BulletinFeed
|
||||||
sleep(1)
|
sleep(1)
|
||||||
break if !feed_cache.nil?
|
break if !feed_cache.nil?
|
||||||
end
|
end
|
||||||
|
sleep(0.5)
|
||||||
feed_cache.content
|
feed_cache.content
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue