paths.py: replace socializer by TW Blue in data_path function definition

This commit is contained in:
Jose Manuel Delicado 2021-07-04 18:32:17 +02:00
parent bcc72c932d
commit 37ad6b5fbf

View File

@ -39,7 +39,7 @@ def logs_path():
os.mkdir(path)
return path
def data_path(app_name='socializer'):
def data_path(app_name='TW Blue'):
if platform.system() == "Windows":
data_path = os.path.join(os.getenv("AppData"), app_name)
else: