Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axsapronov committed May 23, 2016
1 parent 27fc599 commit 1af6a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion digest/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def update_cls_score(instance, **kwargs):
try:
item = ItemClsCheck.objects.get(item=instance)
async(item.check_cls, False)
item.check_cls()
except (ObjectDoesNotExist, ItemClsCheck.DoesNotExist):
item = ItemClsCheck(item=instance)
item.save()
Expand Down

0 comments on commit 1af6a26

Please sign in to comment.