rework icons, codechanges, bugfixes, typofixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user