This commit is contained in:
Kovid Goyal 2014-03-30 17:43:42 +05:30
parent 22168a5547
commit 6326cc3daa

View File

@ -108,7 +108,7 @@ def cli(port=4444):
raise SystemExit(1) raise SystemExit(1)
prints('Connected to remote process') prints('Connected to remote process')
import readline import readline
histfile = os.path.join(cache_dir(), 'calibre-rpdb.history') histfile = os.path.join(cache_dir(), 'rpdb.history')
try: try:
readline.read_history_file(histfile) readline.read_history_file(histfile)
except IOError: except IOError: