1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-01 21:26:08 +03:00

fix: remove requests.certs import from the TCP server and Python bridge setups

This commit is contained in:
louistiti 2022-10-05 01:31:46 +08:00
parent 69bf9cebb3
commit 133310bd7d
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import requests.certs
from cx_Freeze import setup, Executable from cx_Freeze import setup, Executable
options = { options = {

View File

@ -1,4 +1,3 @@
import requests.certs
from cx_Freeze import setup, Executable from cx_Freeze import setup, Executable
options = { options = {