diff --git a/lsd/backend.py b/lsd/backend.py index 23fe0d2..35b223b 100644 --- a/lsd/backend.py +++ b/lsd/backend.py @@ -105,7 +105,7 @@ class Site: if not os.path.exists(self.config['path']): return current = {f['path']: f for f in self.config['files']} - new = scan(self.config['path'], current, self.config('extensions', [])) + new = scan(self.config['path'], current, self.config.get('extensions', [])) for f in new: current[f] = new[f] removed = [] diff --git a/lsd/static/index.html b/lsd/static/index.html index 6b74da5..1f1f989 100644 --- a/lsd/static/index.html +++ b/lsd/static/index.html @@ -7,7 +7,7 @@ - LDS - lets share data daemon + LSD - lets share data daemon

FIXME: some info on how to find community sites