generated from hjess/PythonTemplateProject
Lets go back
This commit is contained in:
@@ -67,7 +67,8 @@ class MetadataProcessor:
|
||||
self.data["favorites"].append({
|
||||
"name": metadata.get("name", "Unknown"),
|
||||
"image": metadata.get("image", "images/default.jpg"),
|
||||
"description": metadata.get("summary", "No description provided")
|
||||
"description": metadata.get("summary", "No description provided"),
|
||||
"path": os.path.relpath(root, self.input_dir).replace(os.sep, "/"),
|
||||
})
|
||||
|
||||
def generate_json(self):
|
||||
|
||||
Reference in New Issue
Block a user