Browse Source

Fixed invocation of CommandHistory.

pull/2/head 1.1.6
Richard Neumann 4 years ago
parent
commit
5a019101f8
  1. 2
      rcon/rconshell.py

2
rcon/rconshell.py

@ -54,7 +54,7 @@ def run() -> int:
def main():
"""Wraps the run function."""
with CommandHistory():
with CommandHistory(LOGGER):
returncode = run()
exit(returncode)

Loading…
Cancel
Save