🧑💻 improve code readability

This commit is contained in:
sakamoto
2024-08-09 17:57:50 -05:00
parent 978f13ebed
commit b50c75865d
2 changed files with 60 additions and 24 deletions
+2
View File
@@ -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: