Skip to content

Commit

Permalink
update d-id api key
Browse files Browse the repository at this point in the history
  • Loading branch information
cervelas committed Jan 29, 2024
1 parent a03e379 commit a07cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machineatubes/tube.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def get_intro_video(self, id):
url = "https://api.d-id.com/talks/" + id

headers = {"accept": "application/json",
"Authorization": "Basic c2FsdXRAbXluYW1laXNmdXp6eS5jaA:N51ON3CPUu3QXeujqjDKr"}
"Authorization": "Basic bWFjaGluZUBteW5hbWVpc2Z1enp5LmNo:QTfYIk99xhvh2VOYa1gL3"}

try:
retry = 1
Expand Down

0 comments on commit a07cab5

Please sign in to comment.