Skip to content

Commit

Permalink
[Status] Aaaaaaaand remove some timestamp debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexed01 committed Mar 3, 2021
1 parent f4fd61e commit 1f7c679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion status/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ async def _actually_check_updates(self):
if status == 200:
fp_data = feedparser.parse(html)
feeddict = await self._process_feed(service, fp_data)
log.debug("Initial timestamp: {}".format(feeddict["time"]))
if not await self._check_real_update(service, feeddict):
log.debug(f"Ghost status update for {service} detected, skipping")
continue
Expand Down

0 comments on commit 1f7c679

Please sign in to comment.