Skip to content

Commit ec3422e

Browse files
committed
aāaāaāaāaāaāaāaā
1 parent a8bec31 commit ec3422e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processors/visualisation/download-telegram-images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ async def get_images(self):
232232
"post_ids": [msg_id]
233233
}
234234

235-
except BadRequestError:
235+
except BadRequestError as e:
236236
self.dataset.log(f"Couldn't retrieve images for {entity} - the channel is no longer accessible ({e})")
237237
self.flawless = False
238238

0 commit comments

Comments
 (0)