🧑💻 improve code readability
This commit is contained in:
@@ -23,6 +23,8 @@ if verbose:
|
||||
else:
|
||||
logging.basicConfig(level=logging.INFO, format="[%(levelname)s] - %(message)s")
|
||||
log = logging.getLogger()
|
||||
logging.getLogger('img2pdf').setLevel(logging.CRITICAL)
|
||||
logging.getLogger('patoolib').setLevel(logging.CRITICAL)
|
||||
|
||||
# got this from the internet
|
||||
class Sorter:
|
||||
|
||||
Reference in New Issue
Block a user