remove line
This commit is contained in:
parent
28661b9eca
commit
6c6b8c61e8
@ -63,8 +63,7 @@ def process_page(page):
|
|||||||
if item['date_expiration'] == start_date:
|
if item['date_expiration'] == start_date:
|
||||||
page_list.append(item)
|
page_list.append(item)
|
||||||
return page_list
|
return page_list
|
||||||
except Exception as e:
|
except:
|
||||||
print(f"Error processing page {page}: {e}")
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user