mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Replace httpcore submodule to fix an issue with googletrans
This commit is contained in:
parent
c9b75925b9
commit
a5e075a215
@ -1,5 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from win32com.client import GetObject
|
from win32com.client import GetObject
|
||||||
|
import httpcore
|
||||||
|
httpcore.SyncHTTPTransport = httpcore.AsyncHTTPProxy
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
Loading…
Reference in New Issue
Block a user