print upstream nextcloud
This commit is contained in:
parent
783f13abf8
commit
d4d786041d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user