Skip to content

Commit

Permalink
set libre translate key to empty if not applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 17, 2024
1 parent 18f2048 commit f3dab67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smol_k8s_lab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def main(config: str = "",
libretranslate_api_key = configure_libretranslate(argocd,
libre_translate_dict,
bw)
else:
libretranslate_api_key = ""

# setup nextcloud, home assistant, mastodon, and matrix
setup_federated_apps(
Expand Down

0 comments on commit f3dab67

Please sign in to comment.