diff --git a/coder.py b/coder.py index 552a7f8e7..cee238c2d 100755 --- a/coder.py +++ b/coder.py @@ -160,7 +160,7 @@ class Coder: else: print() - readline.write_history_file(self.history_file) + #readline.write_history_file(self.history_file) return inp def get_last_modified(self):