mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-06 17:35:48 +01:00
Removed prints and extract function from init module
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import os
|
||||
from collections import namedtuple
|
||||
|
||||
from ebook_converter import prints
|
||||
from ebook_converter.customize import Plugin
|
||||
|
||||
|
||||
@@ -170,7 +169,7 @@ class DevicePlugin(Plugin):
|
||||
cbcd = self.BCD
|
||||
if self.test_bcd(bcd, cbcd):
|
||||
if debug:
|
||||
prints(dev)
|
||||
print(dev)
|
||||
if ch(dev, debug=debug):
|
||||
return True, dev
|
||||
return False, None
|
||||
|
||||
Reference in New Issue
Block a user