mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -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)
|
os.mkdir(path)
|
||||||
return path
|
return path
|
||||||
|
|
||||||
def data_path(app_name='socializer'):
|
def data_path(app_name='TW Blue'):
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
data_path = os.path.join(os.getenv("AppData"), app_name)
|
data_path = os.path.join(os.getenv("AppData"), app_name)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user