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