summaryrefslogtreecommitdiff
path: root/curses/tmwcli.py
diff options
context:
space:
mode:
Diffstat (limited to 'curses/tmwcli.py')
-rwxr-xr-xcurses/tmwcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses/tmwcli.py b/curses/tmwcli.py
index 679019b..109fd71 100755
--- a/curses/tmwcli.py
+++ b/curses/tmwcli.py
@@ -80,7 +80,7 @@ if __name__ == "__main__":
if len(sys.argv) > 1:
config.read(sys.argv[1])
else:
- config.read('../manachat.ini')
+ config.read('../config/manachat.ini')
rootLogger = logging.getLogger('')
rootLogger.addHandler(logging.NullHandler())