Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Nov 22, 2024
1 parent 956b19d commit d427f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biliarchiver/_biliarchiver_upload_bvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def _upload_bvid(
r.raise_for_status()
except HTTPError as e:
if e.response.status_code == 403:
print(f"403 Forbidden error encountered for {remote_identifier}. Retrying with description as title.")
print(f"403 Forbidden error encountered for {remote_identifier}. Retrying with title as description.")
new_md["description"] = md["title"]
try:
r = item.modify_metadata(
Expand Down

0 comments on commit d427f94

Please sign in to comment.