Skip to content

Commit 8143f35

Browse files
committed
patch fix
1 parent 95031f8 commit 8143f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tcsocket/app/management.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def update_socket_images(conn):
298298

299299
img_thumb_key = f'{row.public_key}/{row.id}.thumb.jpg'
300300
r = session.get(f'{base_url}/{img_thumb_key}')
301-
r.raise_for_status()
302301
if r.status_code == 200:
303302
with BytesIO() as temp_file:
304303
temp_file.write(r.content)

0 commit comments

Comments
 (0)