瀏覽代碼

fix: create tmpdir

master
lanvent 1 年之前
父節點
當前提交
bf4ae9a051
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      common/tmp_dir.py

+ 1
- 1
common/tmp_dir.py 查看文件

@@ -12,7 +12,7 @@ class TmpDir(object):
def __init__(self):
pathExists = os.path.exists(self.tmpFilePath)
if not pathExists and conf().get('speech_recognition') == True:
if not pathExists:
os.makedirs(self.tmpFilePath)

def path(self):


Loading…
取消
儲存