From db30ce8f49d83e195b6a6e3e0dd269f7fcc3eede Mon Sep 17 00:00:00 2001 From: RealEvoranz <12345rfdz@gmail.com> Date: Mon, 24 Aug 2026 13:48:47 -0400 Subject: [PATCH] made profile directory default by default --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 7534be3..d675096 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,4 +1,4 @@ from os.path import abspath USER_DATA_DIR = abspath("./data-dir") -PROFILE_NAME = "Profile 1" \ No newline at end of file +PROFILE_NAME = "Default" \ No newline at end of file