[main] Lidt mere context
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 45s

This commit is contained in:
2025-01-03 09:52:21 +01:00
parent 9f7e431126
commit f8b216bea3
15 changed files with 192 additions and 55 deletions

View File

@@ -120,3 +120,4 @@ class MetadataProcessor:
json.dump( self.data, json_file, indent = 4, ensure_ascii = False )
print( f"Generated JSON saved to {self.output_file}" )
return True