diff --git a/fishy/helper/config.py b/fishy/helper/config.py index fe1a745..7f94f33 100644 --- a/fishy/helper/config.py +++ b/fishy/helper/config.py @@ -20,7 +20,7 @@ def filename(): return _filename # fallback for onedrive documents - return os.path.join(os_services.get_documents(), name) + return os.path.join(os_services.get_documents_path(), name) temp_file = os.path.join(os.environ["TEMP"], "fishy_config.BAK") diff --git a/fishy/version.txt b/fishy/version.txt index a6db491..0d240c6 100644 --- a/fishy/version.txt +++ b/fishy/version.txt @@ -1 +1 @@ -0.5.16 \ No newline at end of file +0.5.17 \ No newline at end of file