Skip to content

Commit

Permalink
Moved runtime get_attributes_values
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Sep 22, 2016
1 parent 48bed5e commit 7331f03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/websearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ def get_attributes_values(index, attributes):
return True


# Load attributes at runtime
get_attributes_values('ind_name_exact', CHECK_ATTR_FILTER)
pprint(ATTR_VALUES)



# ---------------------------------------------------------
"""
Expand Down Expand Up @@ -917,10 +922,6 @@ def ppretty(value):

# =============================================================================

# Load attributes at runtime
get_attributes_values('ind_name_exact', CHECK_ATTR_FILTER)
pprint(ATTR_VALUES)

"""
Main launcher
"""
Expand Down

0 comments on commit 7331f03

Please sign in to comment.