Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Dec 23, 2024
1 parent 2fd4d26 commit 840c533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def str2bool(v):
else:
es_host = os.environ['ES_HOST']
es_user = os.environ['ES_USER']
es_pass76word = os.environ['ES_PASSWORD']
es_password = os.environ['ES_PASSWORD']

# Elasticsearch instance used for indexing
num_of_retries = 1
Expand Down

0 comments on commit 840c533

Please sign in to comment.