Skip to content

Commit

Permalink
update rss_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Dec 15, 2024
1 parent 9671956 commit 32b2ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/utils/rss_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ async def rss_monitor():
log(e=f"Feed Name: {title}")
log(e=f"Last item: {last_link}")
except Exception as e:
# debug
log(Exception)
log(e=f"{e} - Feed Name: {title} - Feed Link: {data['link']}")
continue
await rm_pause("rss")
Expand Down

0 comments on commit 32b2ed9

Please sign in to comment.