Commit e0e28c3f authored by Seblu's avatar Seblu
Browse files

fix loading history file

parent f541de60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class Cli(object):
                                              color["]"])
            self.printer.set_interactive()
            # load history
            self.printer.history.load(self.settings.get("history", ""))
            self.printer.history.read(self.settings.get("history", ""))
            self.printer.history.maxsize(self.settings.get("hsize", None))
            self.printer.debug("Loaded history: %s"%len(self.printer.history))
            # enable completion