Skip to content

Commit

Permalink
actually fix indetation for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
alemsh committed Nov 23, 2024
1 parent d1c77e3 commit bd93bc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/progress_to_es.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ def main():
logging.basicConfig(level=getattr(logging, args.log_level.upper()), format='%(asctime)s %(levelname)s %(name)s : %(message)s')

es_api = ClientCredentialsAuth(
address=config['ES_ADDRESS'],
token_url=args.token_url,
client_secret=args.es_client_secret,
client_id=args.es_client_id
address=config['ES_ADDRESS'],
token_url=args.token_url,
client_secret=args.es_client_secret,
client_id=args.es_client_id
)
es_token = es_api.make_access_token()

Expand Down

0 comments on commit bd93bc6

Please sign in to comment.