remove line

This commit is contained in:
MuslemRahimi 2024-07-09 17:35:20 +02:00
parent 28661b9eca
commit 6c6b8c61e8

View File

@ -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 []