Skip to content

Commit f664c5a

Browse files
committed
typo
1 parent 2ca1ba7 commit f664c5a

File tree

1 file changed

+1
-2
lines changed
  • datapackage_pipelines_budgetkey/pipelines/budgetkey/emails

1 file changed

+1
-2
lines changed

datapackage_pipelines_budgetkey/pipelines/budgetkey/emails/send_emails.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import datetime
88
import time
99

10-
1110
SECTIONS = [
1211
('מכרזים שנסגרים השבוע',
1312
'הזדמנות אחרונה להגיש הצעות!',
@@ -56,7 +55,7 @@ def process_row(row, *_):
5655
logging.error('Failed to parse properties %s', e)
5756
continue
5857
if props and 'displayDocsTypes' in props:
59-
if any(x in props['displayDocsTypes'] for x in ('tenders', 'all'):
58+
if any(x in props['displayDocsTypes'] for x in ('tenders', 'all')):
6059
terms.append(dict(
6160
term=props['term'],
6261
query_url=query_url(props['term'], filters)

0 commit comments

Comments
 (0)