mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 00:23:53 +08:00
update:优化docker-compose
This commit is contained in:
+3
-4
@@ -5,9 +5,8 @@ import socket
|
||||
|
||||
|
||||
def get_project_dir():
|
||||
projectName = 'xiaozhi-esp32-server'
|
||||
filePath = os.path.abspath(__file__)
|
||||
return filePath[:filePath.rfind('/' + projectName + '/') + len(projectName) + 2]
|
||||
"""获取项目根目录"""
|
||||
return os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) + '/'
|
||||
|
||||
|
||||
def get_local_ip():
|
||||
@@ -91,4 +90,4 @@ def remove_punctuation_and_length(text):
|
||||
|
||||
if result == "Yeah":
|
||||
return 0
|
||||
return len(result)
|
||||
return len(result), result
|
||||
|
||||
Reference in New Issue
Block a user