Skip to content

Commit

Permalink
Update ms_rewards.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatBrandon authored Mar 21, 2019
1 parent 69d1df2 commit 50ed975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms_rewards.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 108,7 @@ def get_search_terms():
logging.error('Cannot parse, JSON keys are modified.')
# get unique terms and return a list
logging.info(msg=f'# of search items: {len(search_terms)}\n')
return search_terms
return list(set(search_terms))


def get_login_info():
Expand Down

0 comments on commit 50ed975

Please sign in to comment.