diff --git a/backend/stream.py b/backend/stream.py index 971074a..6ba586d 100755 --- a/backend/stream.py +++ b/backend/stream.py @@ -286,6 +286,7 @@ async def rewrite(current, proxy): text = None try: async with proxy.session() as session: + logger.info(current) resp = await session.get(current) text = await resp.text() logger.info(text)