Better support for individual configs

This commit is contained in:
Manuel Ebert 2012-07-16 13:37:08 +02:00
parent 0de1af654d
commit c26ed24389
2 changed files with 5 additions and 4 deletions

View file

@ -267,7 +267,3 @@ class Journal:
self.entries.append(Entry(self, date, title, body))
self.sort()
def save_config(self, config_path):
with open(config_path, 'w') as f:
json.dump(self.config, f, indent=2)