aboutsummaryrefslogtreecommitdiff
path: root/src/splitscreen_duo/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/splitscreen_duo/__init__.py')
-rw-r--r--src/splitscreen_duo/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/splitscreen_duo/__init__.py b/src/splitscreen_duo/__init__.py
index 84c86f9..aa0aeda 100644
--- a/src/splitscreen_duo/__init__.py
+++ b/src/splitscreen_duo/__init__.py
@@ -8,9 +8,7 @@ logger = logging.getLogger(__name__)
def main() -> int:
logging.basicConfig(
- level=(
- logging.DEBUG if os.getenv("DEVELOPMENT", "").lower() else logging.INFO
- )
+ level=(logging.DEBUG if os.getenv("DEVELOPMENT", "").lower() else logging.INFO)
)
print("The Dual Screen Console")
logger.info(f"Running as {os.getenv("INSTANCE", "unknown")}")