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']):
|
if not os.path.exists(self.config['path']):
|
||||||
return
|
return
|
||||||
current = {f['path']: f for f in self.config['files']}
|
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:
|
for f in new:
|
||||||
current[f] = new[f]
|
current[f] = new[f]
|
||||||
removed = []
|
removed = []
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
LDS - lets share data daemon
|
LSD - lets share data daemon
|
||||||
<p>
|
<p>
|
||||||
FIXME: some info on how to find community sites
|
FIXME: some info on how to find community sites
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue