Skip to content

Commit 95031f8

Browse files
committed
patch print fix
1 parent ca051d1 commit 95031f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcsocket/app/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@ def update_socket_images(conn):
306306
s3_client.upload_fileobj(Fileobj=temp_file, Bucket=settings.aws_bucket_name, Key=img_thumb_key)
307307
print(f'Uploading image {img_thumb_key}')
308308
elif r.status_code == 404:
309-
print(f'Unable to find {img_key}, returned 404')
309+
print(f'Unable to find {img_thumb_key}, returned 404')
310310
else:
311311
r.raise_for_status()

0 commit comments

Comments
 (0)