1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00

[flickr] remove debug remains (#6252)

fixes regression introduced in a051e1c9
This commit is contained in:
Mike Fährmann 2024-09-29 10:04:57 +02:00
parent 6c0cce8dff
commit 9a0acbe7c4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -37,7 +37,6 @@ class FlickrExtractor(Extractor):
extract = self.api._extract_format extract = self.api._extract_format
for photo in self.photos(): for photo in self.photos():
try: try:
1/0
photo = extract(photo) photo = extract(photo)
except Exception as exc: except Exception as exc:
self.log.warning( self.log.warning(