diff --git a/rcon/readline.py b/rcon/readline.py index 0eeef7d..c354ff8 100644 --- a/rcon/readline.py +++ b/rcon/readline.py @@ -12,7 +12,7 @@ except ModuleNotFoundError: __all__ = ['CommandHistory'] -HIST_FILE = Path.home().joinpath('.rconshell_history') +HIST_FILE = Path.home() / '.rconshell_history' class CommandHistory: