mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
[flickr] remove debug remains (#6252)
fixes regression introduced in a051e1c9
This commit is contained in:
parent
6c0cce8dff
commit
9a0acbe7c4
@ -37,7 +37,6 @@ class FlickrExtractor(Extractor):
|
||||
extract = self.api._extract_format
|
||||
for photo in self.photos():
|
||||
try:
|
||||
1/0
|
||||
photo = extract(photo)
|
||||
except Exception as exc:
|
||||
self.log.warning(
|
||||
|
Loading…
Reference in New Issue
Block a user