diff options
Diffstat (limited to 'Blather.py')
-rwxr-xr-x | Blather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Blather.py b/Blather.py index bdf38e2..223d417 100755 --- a/Blather.py +++ b/Blather.py @@ -14,7 +14,7 @@ from optparse import OptionParser #where are the files? conf_dir = os.path.expanduser("~/.config/blather") lang_dir = os.path.join(conf_dir, "language") -command_file = os.path.join(conf_dir, "commands") +command_file = os.path.join(conf_dir, "commands.conf") strings_file = os.path.join(conf_dir, "sentences.corpus") history_file = os.path.join(conf_dir, "blather.history") lang_file = os.path.join(lang_dir,'lm') |