Przeglądaj źródła

fix: create tmpdir

master
lanvent 1 rok temu
rodzic
commit
bf4ae9a051
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/tmp_dir.py

+ 1
- 1
common/tmp_dir.py Wyświetl plik

@@ -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):


Ładowanie…
Anuluj
Zapisz