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')

Loading…
Откажи
Сачувај