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:
|
||||
page_list.append(item)
|
||||
return page_list
|
||||
except Exception as e:
|
||||
print(f"Error processing page {page}: {e}")
|
||||
except:
|
||||
return []
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user