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 95031f8 commit 8143f35Copy full SHA for 8143f35
tcsocket/app/management.py
@@ -298,7 +298,6 @@ def update_socket_images(conn):
298
299
img_thumb_key = f'{row.public_key}/{row.id}.thumb.jpg'
300
r = session.get(f'{base_url}/{img_thumb_key}')
301
- r.raise_for_status()
302
if r.status_code == 200:
303
with BytesIO() as temp_file:
304
temp_file.write(r.content)
0 commit comments