Skip to content

Commit f88350f

Browse files
authored
Merge branch 'sipeed:dev' into dev
2 parents c59c0ee + 0e2d00a commit f88350f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)