remove indent
This commit is contained in:
@@ -65,7 +65,7 @@ class BookGrabber(QThread):
|
||||
if self.mode == "ARRAY":
|
||||
if self.use_exact:
|
||||
bd = bd.use_signature(entry)
|
||||
bd = bd.get_data(webdata).return_data()
|
||||
bd = bd.get_data(webdata).return_data()
|
||||
print(bd)
|
||||
if bd is None:
|
||||
# bd = BookData
|
||||
|
||||
Reference in New Issue
Block a user