Commit 61270ddc authored by Bram Schoenmakers's avatar Bram Schoenmakers

Another fix for the configuration.

parent 819e5276
...@@ -87,7 +87,7 @@ class _Config: ...@@ -87,7 +87,7 @@ class _Config:
return self.cp.get('paths', 'filename') return self.cp.get('paths', 'filename')
def archive(self): def archive(self):
return self.cp.get('paths', 'archive') return self.cp.get('paths', 'archive_filename')
def list_limit(self): def list_limit(self):
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment