mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
22168a5547
commit
6326cc3daa
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user