mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
paths.py: replace socializer by TW Blue in data_path function definition
This commit is contained in:
parent
bcc72c932d
commit
37ad6b5fbf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user