Browse Source

Something .conf

Jezra 11 years ago
parent
commit
5ea5c74cf9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Blather.py

+ 1
- 1
Blather.py View File

@@ -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…
Cancel
Save