Replace httpcore submodule to fix an issue with googletrans

This commit is contained in:
Manuel Cortez 2022-12-09 12:35:26 -06:00
parent c9b75925b9
commit a5e075a215
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
from win32com.client import GetObject
import httpcore
httpcore.SyncHTTPTransport = httpcore.AsyncHTTPProxy
import sys
import os
import platform