Skip to content

Commit

Permalink
retialer 403 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Dec 7, 2024
1 parent 4a8d51c commit 97a4701
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 @@ -12,7 +12,7 @@ def update_needs(self):

needs = self.session.query(Need).filter(
Need.type == 1,
and_(
or_(
Need.status < 4,
Need.title.is_(None),
),
Expand Down

0 comments on commit 97a4701

Please sign in to comment.