Skip to content

Commit 0e2d00a

Browse files
committed
* Fix xiaozhi app can not get the correct openssl version
1 parent fb13ac9 commit 0e2d00a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

projects/demo_xiaozhi_ai/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: xiaozhi_ai
22
name: XiaoZhi Ai
3-
version: 1.0.3
3+
version: 1.0.4
44
author: sipeed
55
icon: app.png
66
desc: An AI friend

projects/demo_xiaozhi_ai/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
import os, importlib, subprocess, sys
3+
import ssl # Load the correct openssl
34
from maix import audio, image, app, display, time, fs, key
45

56
BG_COLOR = image.COLOR_WHITE

0 commit comments

Comments
 (0)