Skip to content

Commit

Permalink
celeray task
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Sep 15, 2024
1 parent ed79626 commit 1706c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/tasks/update_needs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def update_needs(self):
needs = self.session.query(Need).filter(
Need.type == 1,
or_(
# Need.status < 4, since digikala fresh api was not implemented many done needs could be missing tile
Need.status < 4,
Need.title.is_(None),
),
Need.isDeleted.is_(False),
Expand Down

0 comments on commit 1706c34

Please sign in to comment.