mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing keyword popularity task.
This commit is contained in:
parent
0235cb38b0
commit
8224441f1b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class EmailPopularityQuery(Task):
|
|||
from apps.analyzer.models import MPopularityQuery
|
||||
|
||||
query = MPopularityQuery.objects.get(pk=pk)
|
||||
logging.user(self.user, "~BB~FCRunning popularity query: ~SB%s" % query)
|
||||
logging.debug(" -> ~BB~FCRunning popularity query: ~SB%s" % query)
|
||||
|
||||
query.send_email()
|
||||
query.is_emailed = True
|
||||
|
|
Loading…
Add table
Reference in a new issue