print proxy type

This commit is contained in:
2021-05-25 11:14:16 +02:00
parent c03ffa885f
commit 1693e9d334

View File

@ -202,6 +202,7 @@ class UpstreamHandler():
async def meta(self):
data = {}
logger.info(type(self.proxy))
try:
embed_url = f'https://noembed.com/embed?url={self.upstream_safe}'
async with self.proxy.session() as session: