new version 0.7a, and update json filename for new format

This commit is contained in:
2025-04-30 20:00:20 +02:00
parent 96995f1e80
commit 0ae2c7e559
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ class JSONConnector(Connector):
super().__init__()
self.config = config.Config()
self.json_path = self.config.get("json", "path")
self.json_file = os.path.join(self.json_path, "brovski-adress-etiketten-verwaltung.json")
self.json_file = os.path.join(self.json_path, "brovski-adress-etiketten-verwaltung-v7.json")
def get_all(self) -> list:
with open(self.json_file, "r") as f: