This commit is contained in:
sitisll 2023-03-10 11:58:28 +03:00
commit 13abda9b19

@ -52,6 +52,7 @@ def create_dir(directory):
if not os.path.exists(directory):
os.mkdir(directory)
if not os.path.exists(f"{home_dir}/.config/hlna/maps"):
os.chdir(f"{home_dir}/.config/hlna/")
os.chdir(f"{home_dir}/.config/hlna/")
os.mkdir("maps")