Format with black

This commit is contained in:
Paillat
2023-07-18 23:23:47 +02:00
parent a9f85e9ac9
commit 98195b29e3
2 changed files with 33 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ os.environ[
# Defining a debug function
def debug(message):
if os.name == "nt":
logging.info(message)