We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca1ba7 commit f664c5aCopy full SHA for f664c5a
datapackage_pipelines_budgetkey/pipelines/budgetkey/emails/send_emails.py
@@ -7,7 +7,6 @@
7
import datetime
8
import time
9
10
-
11
SECTIONS = [
12
('מכרזים שנסגרים השבוע',
13
'הזדמנות אחרונה להגיש הצעות!',
@@ -56,7 +55,7 @@ def process_row(row, *_):
56
55
logging.error('Failed to parse properties %s', e)
57
continue
58
if props and 'displayDocsTypes' in props:
59
- if any(x in props['displayDocsTypes'] for x in ('tenders', 'all'):
+ if any(x in props['displayDocsTypes'] for x in ('tenders', 'all')):
60
terms.append(dict(
61
term=props['term'],
62
query_url=query_url(props['term'], filters)
0 commit comments