print upstream url hls
This commit is contained in:
parent
e9abc7e49e
commit
1ffebd4dc4
@ -286,6 +286,7 @@ async def rewrite(current, proxy):
|
|||||||
text = None
|
text = None
|
||||||
try:
|
try:
|
||||||
async with proxy.session() as session:
|
async with proxy.session() as session:
|
||||||
|
logger.info(current)
|
||||||
resp = await session.get(current)
|
resp = await session.get(current)
|
||||||
text = await resp.text()
|
text = await resp.text()
|
||||||
logger.info(text)
|
logger.info(text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user