Fixed typo
This commit is contained in:
parent
9575869d8a
commit
e20ca3b1d9
@ -11,7 +11,7 @@ def setup():
|
|||||||
if len(glob.glob("Uninstall.exe")) > 0: # installed copy
|
if len(glob.glob("Uninstall.exe")) > 0: # installed copy
|
||||||
if os.path.exists(paths.app_data_path("musicDL")) == False:
|
if os.path.exists(paths.app_data_path("musicDL")) == False:
|
||||||
paths.prepare_app_data_path("musicDL")
|
paths.prepare_app_data_path("musicDL")
|
||||||
data_directory = paths.app_data_path("musicDL")
|
data_directory = paths.app_data_path("musicDL")
|
||||||
else:
|
else:
|
||||||
data_directory = os.path.join(paths.app_path(), "data")
|
data_directory = os.path.join(paths.app_path(), "data")
|
||||||
if os.path.exists(data_directory) == False:
|
if os.path.exists(data_directory) == False:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user