Ver código fonte

Formatting

master
rewby 9 meses atrás
pai
commit
ab4fee6c8c
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      main.py

+ 2
- 1
main.py Ver arquivo

@@ -152,7 +152,8 @@ def single_impl(item_directory: pathlib.Path, ia_collection: str, ia_item_title:
client = None
while True:
try:
client = minio.Minio(endpoint=ep, access_key=parsed_url.username, secret_key=parsed_url.password, secure=secure)
client = minio.Minio(endpoint=ep, access_key=parsed_url.username, secret_key=parsed_url.password,
secure=secure)
break
except Exception:
logging.exception("Failed to connect to minio")


Carregando…
Cancelar
Salvar