diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-08 02:26:28 +0300 |
commit | eb825f62ee876e5cf6c6ffc31a7e218d78c94993 (patch) | |
tree | 5d59f0d8ad9a171a714080a3ab75d7adc5d5dc2b /src/sound_node.py | |
parent | 3ae1c3b5a7196cd7f556579658244868026b5e11 (diff) |
save
Diffstat (limited to 'src/sound_node.py')
-rwxr-xr-x | src/sound_node.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_node.py b/src/sound_node.py index 9d53362..b0b4a67 100755 --- a/src/sound_node.py +++ b/src/sound_node.py @@ -77,7 +77,7 @@ if __name__ == '__main__': if not os.getegid() == 0: raise RuntimeError("Must be run as root.") - config.load('sound_node') + config.load_app('sound_node') storage = SoundRecordStorage(config['node']['storage']) |