From 89241c293909aa060f2d1b7672828a5ac270cb21 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 22 Jun 2025 20:00:43 +0100 Subject: [PATCH] Updated TODO --- __main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__main__.py b/__main__.py index dbefa03..50ce494 100644 --- a/__main__.py +++ b/__main__.py @@ -7,8 +7,7 @@ import attr import sys import os -# TODO: Auto install game requirements -# TODO: If a game is specified, only install those requirements +# TODO: Add Discord rich presence logging.basicConfig(level=logging.DEBUG) log = logging.getLogger('PainJamLauncher')