From 6326cc3daa4d1d31c85bab8e5e46bca56efc2407 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 30 Mar 2014 17:43:42 +0530 Subject: [PATCH] ... --- src/calibre/rpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/rpdb.py b/src/calibre/rpdb.py index f825c5ef69..61eed1c646 100644 --- a/src/calibre/rpdb.py +++ b/src/calibre/rpdb.py @@ -108,7 +108,7 @@ def cli(port=4444): raise SystemExit(1) prints('Connected to remote process') import readline - histfile = os.path.join(cache_dir(), 'calibre-rpdb.history') + histfile = os.path.join(cache_dir(), 'rpdb.history') try: readline.read_history_file(histfile) except IOError: