We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca051d1 commit 95031f8Copy full SHA for 95031f8
tcsocket/app/management.py
@@ -306,6 +306,6 @@ def update_socket_images(conn):
306
s3_client.upload_fileobj(Fileobj=temp_file, Bucket=settings.aws_bucket_name, Key=img_thumb_key)
307
print(f'Uploading image {img_thumb_key}')
308
elif r.status_code == 404:
309
- print(f'Unable to find {img_key}, returned 404')
+ print(f'Unable to find {img_thumb_key}, returned 404')
310
else:
311
r.raise_for_status()
0 commit comments