From 43af5446af6c6c0ce7f46487a7780bd9fe4d6186 Mon Sep 17 00:00:00 2001 From: Clair Delafuente Date: Mon, 18 Aug 2025 15:47:21 -0400 Subject: [PATCH] Add debug warning --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/__init__.py b/__init__.py index 039aa49..75d66b1 100644 --- a/__init__.py +++ b/__init__.py @@ -41,6 +41,9 @@ log.addHandler(logfile_handler) if ROBLOSECURITY is None: log.warning(f"{"#"*6} ROBLOSECURITY IS NOT SET, SOME FFLAGS MAY BE MISSING {"#"*6}") +if log.level == logging.DEBUG: + log.warning(f"{"#"*6} DEBUG MODE ENABLED, THIS IS A LITTLE LOUDER {"#"*6}") + os.makedirs(DST_DIR, exist_ok=True) for AppSetting in AppSettings: