summaryrefslogtreecommitdiff
path: root/src/sound_node.py
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2023-06-08 02:26:28 +0300
committerEvgeny Zinoviev <me@ch1p.io>2023-06-08 02:26:28 +0300
commiteb825f62ee876e5cf6c6ffc31a7e218d78c94993 (patch)
tree5d59f0d8ad9a171a714080a3ab75d7adc5d5dc2b /src/sound_node.py
parent3ae1c3b5a7196cd7f556579658244868026b5e11 (diff)
save
Diffstat (limited to 'src/sound_node.py')
-rwxr-xr-xsrc/sound_node.py2
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'])