This commit is contained in:
j 2013-11-03 15:13:41 +01:00
parent 71114c8e8b
commit 1e40e9e248
2 changed files with 2 additions and 2 deletions

View File

@ -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 = []

View File

@ -7,7 +7,7 @@
</style>
</head>
<body>
LDS - lets share data daemon
LSD - lets share data daemon
<p>
FIXME: some info on how to find community sites
</p>