Skip to content

Commit 7b8d032

Browse files
committed
fixed compute
1 parent 0e3e699 commit 7b8d032

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

satdigitalinvoice/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def add_file_handler():
2323
encoding='utf-8',
2424
)
2525
fh.setLevel(logging.ERROR)
26-
formatter = logging.Formatter('%(asctime)s - %(message)s')
27-
logging.getLogger("fontTools").setLevel(logging.ERROR)
28-
fh.setFormatter(formatter)
26+
fh.setFormatter(
27+
logging.Formatter('%(asctime)s - %(message)s')
28+
)
2929
logging.root.addHandler(fh)
3030

3131

0 commit comments

Comments
 (0)