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: