Skip to content
Snippets Groups Projects
Commit afe58516 authored by Jannik Schaper's avatar Jannik Schaper
Browse files

Remove token from translatePosts.py lul

parent eb58b086
Branches
No related tags found
No related merge requests found
Pipeline #198321 passed
......@@ -4,8 +4,7 @@ import deepl
import io
from os.path import exists
auth_key = "49a47c30-2625-47f8-9ecb-3aec8a52329c:fx" # Replace with your key
translator = deepl.Translator(auth_key)
translator = deepl.Translator(os.environ.get("DEEPL_KEY"))
path = ("content/posts/")
print(path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment