print upstream nextcloud
This commit is contained in:
		@@ -376,6 +376,7 @@ class MainHandler(tornado.web.RequestHandler):
 | 
			
		||||
        upstream = None
 | 
			
		||||
        if handler.provider == "nextcloud":
 | 
			
		||||
            upstream = urllib.parse.urljoin(handler.upstream, "download")
 | 
			
		||||
            logger.info(upstream)
 | 
			
		||||
        else:
 | 
			
		||||
            upstream = await stream_providers.get_any(handler.upstream, handler.proxy, logger)
 | 
			
		||||
        if upstream is None:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user