rework prof data using dataclass, change database code, fix bugs
This commit is contained in:
@@ -50,6 +50,7 @@ class BookGrabber(QThread):
|
||||
self.logger.log_info("Processing entry: " + signature)
|
||||
|
||||
webdata = WebRequest(self.appnr).get_ppn(entry).get_data()
|
||||
|
||||
if webdata == "error":
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user