Jezra před 11 roky
rodič
revize
5ea5c74cf9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Blather.py

+ 1
- 1
Blather.py Zobrazit soubor

@@ -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…
Zrušit
Uložit