Skip to content

Commit e6266f7

Browse files
committed
DEBUG: print parsed livestreams
1 parent dd0fe26 commit e6266f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/europython_discord/program_notifications/livestream_connector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async def get_livestream_url(self, room: str, day: date) -> str | None:
6262
if not self.livestreams_by_room:
6363
await self.fetch_livestreams()
6464

65+
logger.info(str(self.livestreams_by_room))
6566
if room not in self.livestreams_by_room:
6667
logger.warning(f"Found no livestream URLs for room {room!r}")
6768
return None

0 commit comments

Comments
 (0)