Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
MuslemRahimi committed Jul 9, 2024
1 parent 28661b9 commit 6c6b8c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/cron_options_zero_dte.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []


Expand Down

0 comments on commit 6c6b8c6

Please sign in to comment.