Browse Source

Fixed reading history file.

pull/2/head 1.1.7
Richard Neumann 4 years ago
parent
commit
5ec9029792
  1. 2
      rcon/readline.py

2
rcon/readline.py

@ -22,7 +22,7 @@ if name == 'posix':
def __enter__(self):
try:
read_history_file()
read_history_file(HIST_FILE)
except FileNotFoundError:
self.logger.warning('Could not find history file: %s',
HIST_FILE)

Loading…
Cancel
Save