diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-09-17 04:38:12 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-09-17 04:38:12 +0300 |
commit | a32e4a1629a20026c364059c7bbaec1dbd64353b (patch) | |
tree | ae1f805e95a992742e9904d503a0848189af747b /include/py/homekit/database/_base.py | |
parent | 44aad914a3cea1b6e39cf5db7bebeafb59191707 (diff) |
multiple fixes
Diffstat (limited to 'include/py/homekit/database/_base.py')
-rw-r--r-- | include/py/homekit/database/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/py/homekit/database/_base.py b/include/py/homekit/database/_base.py index c01e62b..dcec9da 100644 --- a/include/py/homekit/database/_base.py +++ b/include/py/homekit/database/_base.py @@ -1,7 +1,7 @@ import os -def get_data_root_directory(name: str) -> str: +def get_data_root_directory() -> str: return os.path.join( os.environ['HOME'], '.config', |