Compare commits

..

No commits in common. "feb7383ab3656995d2d66a85ab8b344cee762919" and "d9f632072a5a776d0297de5e793c0bca0f1e445d" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ def get_save_dir(dirname):
path = os.environ["HOME"]+"/.local/share/"+dirname
if p=="win32":
path = os.getenv('APPDATA')+"\\"+dirname
if p=="darwin":
path = os.environ["HOME"]+"/Library/"+dirname
# Create folder if non-existant
try: