Jezra 11 роки тому
джерело
коміт
5ea5c74cf9
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Blather.py

+ 1
- 1
Blather.py Переглянути файл

@@ -14,7 +14,7 @@ from optparse import OptionParser
14 14
 #where are the files?
15 15
 conf_dir = os.path.expanduser("~/.config/blather")
16 16
 lang_dir = os.path.join(conf_dir, "language")
17
-command_file = os.path.join(conf_dir, "commands")
17
+command_file = os.path.join(conf_dir, "commands.conf")
18 18
 strings_file = os.path.join(conf_dir, "sentences.corpus")
19 19
 history_file = os.path.join(conf_dir, "blather.history")
20 20
 lang_file = os.path.join(lang_dir,'lm')

Завантаження…
Відмінити
Зберегти