typos
This commit is contained in:
parent
71114c8e8b
commit
1e40e9e248
2 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue