mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Removed threads
This commit is contained in:
parent
dd4b42a10a
commit
ca6a88b783
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def refresh_all_feeds(request):
|
|||
feeds = Feed.objects.all()
|
||||
|
||||
# t = threading.Thread(target=refresh_feeds,
|
||||
args=[feeds])
|
||||
# args=[feeds])
|
||||
# t.setDaemon(True)
|
||||
# t.start()
|
||||
refresh_feeds(feeds)
|
||||
|
|
Loading…
Add table
Reference in a new issue