From a5e075a2157aefde7e3a416bf4b1dabae52f700f Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 9 Dec 2022 12:35:26 -0600 Subject: [PATCH] Replace httpcore submodule to fix an issue with googletrans --- src/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.py b/src/main.py index 4c746bd5..7c66681e 100644 --- a/src/main.py +++ b/src/main.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- from win32com.client import GetObject +import httpcore +httpcore.SyncHTTPTransport = httpcore.AsyncHTTPProxy import sys import os import platform