Formatting

This commit is contained in:
counterweight 2023-09-06 14:28:47 +02:00
parent 5840a85ded
commit 907c2bc133
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,5 @@
import logging
def set_config_level():
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.DEBUG)