Replace httpcore submodule to fix an issue with googletrans

This commit is contained in:
2022-12-09 12:35:26 -06:00
parent c9b75925b9
commit a5e075a215

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