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']): 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 = []

View file

@ -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>