Skip to content

Commit 47b26fd

Browse files
committed
add some jinja to server
1 parent c2924c5 commit 47b26fd

File tree

8 files changed

+395
-342
lines changed

8 files changed

+395
-342
lines changed

proxy_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async def check_proxy(proxy_url: str, session=None):
3636
aiosocks.SocksError,
3737
asyncio.TimeoutError,
3838
aiohttp.client_exceptions.ClientOSError,
39+
ssl.CertificateError,
3940
) as ex:
4041
message = str(ex)
4142
if "file" in message:

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ lxml==3.8.0
55
PySocks==1.6.7
66
SQLAlchemy==1.1.15
77
fake-useragent
8+
aiohttp_jinja2
9+
jinja2

0 commit comments

Comments
 (0)