Skip to content

Commit

Permalink
Fix typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris committed Jan 3, 2023
1 parent eb6d1e4 commit 97f39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accredible_certificate/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def add_cert(
cert.status = defined_status
cert.key = json_response["credential"]["id"]
if 'private' in json_response:
cert.download_url = "https://wwww.credential.net/" + \
cert.download_url = "https://www.credential.net/" + \
str(json_response["credential"]["id"]) + \
"?key" + str(json_response["private_key"])
else:
Expand Down

0 comments on commit 97f39c1

Please sign in to comment.