Skip to content

Commit

Permalink
bhd - status not satus
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 17, 2024
1 parent 0783e7b commit b1cf8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/BHD.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ async def upload_with_retry(self, meta, common, img_host_index=1):
data['imdb_id'] = 1
response = requests.post(url=url, files=files, data=data, headers=headers)
response = response.json()
elif response['satus_message'].startswith('Invalid name value'):
elif response['status_message'].startswith('Invalid name value'):
console.print(f"[bold yellow]Submitted Name: {bhd_name}")
console.print(response)
except Exception:
Expand Down

0 comments on commit b1cf8a4

Please sign in to comment.