feat: Remove test token

This commit is contained in:
Eduardo Chiarotti
2024-08-20 22:44:27 -03:00
parent f44d3902a4
commit 5d1f655229

View File

@@ -83,6 +83,4 @@ def fetch_and_json_env_file(env_file_path: str = ".env") -> dict:
def get_auth_token():
return os.environ.get(
"TOKEN", "958303356b9a21884a83ddb6e774cc06c6f1dd0e04222fbc5a4e8a9ae02c140e"
)
return os.environ.get("TOKEN", "<YOUR_API_KEY>")