print hls
This commit is contained in:
		@@ -288,6 +288,7 @@ async def rewrite(current, proxy):
 | 
			
		||||
        async with proxy.session() as session:
 | 
			
		||||
            resp = await session.get(current)
 | 
			
		||||
            text = await resp.text()
 | 
			
		||||
            logger.info(text)
 | 
			
		||||
    except Exception as e:
 | 
			
		||||
        logger.info(e)
 | 
			
		||||
    if text is not None:
 | 
			
		||||
 
 | 
			
		||||
@@ -93,5 +93,4 @@ async def get_any(upstream, proxy, logger):
 | 
			
		||||
    for task in tasks:
 | 
			
		||||
        if not task.done():
 | 
			
		||||
            task.cancel()
 | 
			
		||||
    logger.info(result)
 | 
			
		||||
    return result
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user