mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
[hotfix] incorrect function call causing exception fixed
This commit is contained in:
parent
9942d0533f
commit
3354de4772
@ -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")
|
||||
|
@ -1 +1 @@
|
||||
0.5.16
|
||||
0.5.17
|
Loading…
Reference in New Issue
Block a user