rework icons, codechanges, bugfixes, typofixes

This commit is contained in:
WorldTeacher
2024-10-09 08:47:48 +02:00
parent cd74214c17
commit 2746b917eb
58 changed files with 142 additions and 89 deletions

View File

@@ -178,7 +178,7 @@ class ZoteroController:
def __get_data(self, isbn):
web = WebRequest()
web.get_ppn(isbn)
data = web.get_data()
data = web.get_data_elsa()
bib = BibTextTransformer("ARRAY")
bib.get_data(data)
book = bib.return_data()