mirror of
https://github.com/yaroslaff/antifraud2gis.git
synced 2026-04-28 03:30:52 +00:00
company
This commit is contained in:
parent
bda2fe18d0
commit
d87cca008e
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ class Company:
|
|||
if self.object_id in whitelisted:
|
||||
return True
|
||||
|
||||
culture_titles = ['храм', 'музей']
|
||||
culture_titles = ['храм', 'музей', 'парк']
|
||||
title = self.get_title().lower()
|
||||
return any(sub in title for sub in culture_titles)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue